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