SPServiceCallUsageEntry.ServerName property
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