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