Area.ParentID Property
NOTE: This API is now obsolete.
Gets or sets the parent identifier.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property ParentID As Guid
Get
Set
'Usage
Dim instance As Area
Dim value As Guid
value = instance.ParentID
instance.ParentID = value
[ObsoleteAttribute("This class is obsolete.")]
public Guid ParentID { get; set; }
Property Value
Type: System.Guid
System.Guid object that represents the parent identifier.