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