SPSiteInventoryUsageEntry.ParentWebId Property
Web identifier of the parent usage object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ParentWebId As Guid
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Guid
value = instance.ParentWebId
instance.ParentWebId = value
public Guid ParentWebId { get; set; }
Property Value
Type: System.Guid
A Guid unique identifier.
See Also
Reference
SPSiteInventoryUsageEntry Class