SPAppRequestContext.IsAppOnlyRequest-Eigenschaft
Ruft ab, ob es eine app-Anforderung, ohne die Identität des Benutzers handelt.
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; }
Eigenschaftswert
Typ: System.Boolean
true -Wenn dieses ist eine app-Anforderung, ohne die Identität des Benutzers, ansonsten false.