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