SPRequestUsageEntry.ClientSvcCall property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ClientSvcCall As Nullable(Of Short)
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As Nullable(Of Short)
value = instance.ClientSvcCall
instance.ClientSvcCall = value
public Nullable<short> ClientSvcCall { get; set; }
Property value
Type: System.Nullable<Int16>