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.
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