SPClientServiceRequestUsageEntry.IsRestRequest property
Gets or sets a Boolean value that indicates the call type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsRestRequest As Boolean
Get
Set
'Usage
Dim instance As SPClientServiceRequestUsageEntry
Dim value As Boolean
value = instance.IsRestRequest
instance.IsRestRequest = value
public bool IsRestRequest { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPClientServiceRequestUsageEntry class