SPSiteInventoryUsageEntry.ServerUrl-Eigenschaft
HINWEIS: Diese API ist veraltet.
URL des Servers
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; }
Eigenschaftswert
Typ: System.String
Eine String Darstellung der URL.
Siehe auch
Referenz
SPSiteInventoryUsageEntry Klasse