SPSiteInventoryUsageEntry.WebUrl property
NOTE: This API is now obsolete.
Uniform resource locator of this Web site.
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 WebUrl As String
Get
Set
'Usage
Dim instance As SPSiteInventoryUsageEntry
Dim value As String
value = instance.WebUrl
instance.WebUrl = value
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public string WebUrl { get; set; }
Property value
Type: System.String
A String representation of the URL.
See also
Reference
SPSiteInventoryUsageEntry class