AreaCollection.Item Property (UInt32)
NOTE: This API is now obsolete.
Gets an area by indexer of type Integer.
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 UInteger _
) As Area
Get
'Usage
Dim instance As AreaCollection
Dim index As UInteger
Dim value As Area
value = instance(index)
[ObsoleteAttribute("This class is obsolete.")]
public Area this[
uint index
] { get; }
Parameters
- index
Type: System.UInt32
UInt32 that represents the indexer to get a specified area.
Property Value
Type: Microsoft.SharePoint.Portal.SiteData.Area
An Area object that represents the area.