SPWebInfoUsageEntry.ParentWebId property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ParentWebId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPWebInfoUsageEntry
Dim value As Nullable(Of Guid)
value = instance.ParentWebId
instance.ParentWebId = value
public Nullable<Guid> ParentWebId { get; set; }
Property value
Type: System.Nullable<Guid>