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 whether this is an app request without the user’s identity.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsAppOnlyRequest As Boolean
Get
'Usage
Dim instance As SPAppRequestContext
Dim value As Boolean
value = instance.IsAppOnlyRequest
public bool IsAppOnlyRequest { get; }
Property value
Type: System.Boolean
true if this is an app request without the user’s identity, otherwise false.