Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The name of the server that handled the service call.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ServerName As String
Get
Set
'Usage
Dim instance As SPServiceCallUsageEntry
Dim value As String
value = instance.ServerName
instance.ServerName = value
public string ServerName { get; set; }
Property value
Type: System.String