Share via


SPAppRequestContext.IsAppOnlyRequest property

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.

See also

Reference

SPAppRequestContext class

SPAppRequestContext members

Microsoft.SharePoint namespace