AreaListing.ID Property
NOTE: This API is now obsolete.
Gets the unique identifier of the area listing.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property ID As Guid
Get
'Usage
Dim instance As AreaListing
Dim value As Guid
value = instance.ID
[ObsoleteAttribute("This class is obsolete.")]
public Guid ID { get; }
Property Value
Type: System.Guid
System.Guid object that represents the unique identifier of the area listing.