AreaCollection.Item Property (String)
NOTE: This API is now obsolete.
Gets an area by indexer of type Name.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Default Property Item ( _
index As String _
) As Area
Get
'Usage
Dim instance As AreaCollection
Dim index As String
Dim value As Area
value = instance(index)
[ObsoleteAttribute("This class is obsolete.")]
public Area this[
string index
] { get; }
Parameters
- index
Type: System.String
String that represents the indexer of type Name.
Property Value
Type: Microsoft.SharePoint.Portal.SiteData.Area
An Area object that represents the area.