SPRequestUsageEntry.ServerUrl-Eigenschaft
Dient zum Abrufen oder Festlegen der Server-URL für die Anforderung.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServerUrl As String
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.ServerUrl
instance.ServerUrl = value
public string ServerUrl { get; set; }
Eigenschaftswert
Typ: System.String
Die URL des Servers.