SPSiteInventoryUsageEntry.ParentWebId property
NOTE: This API is now obsolete.
Web identifier of the parent usage object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
Public Property ParentWebId As Guid
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As Guid
value = instance.ParentWebId
instance.ParentWebId = value
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public Guid ParentWebId { get; set; }
Property value
Type: System.Guid
A Guid unique identifier.
See also
Reference
SPSiteInventoryUsageEntry class