SPAppRequestContext.IsAppOnlyRequest property
取得是否這是沒有使用者的身分識別應用程式要求。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsAppOnlyRequest As Boolean
Get
'用途
Dim instance As SPAppRequestContext
Dim value As Boolean
value = instance.IsAppOnlyRequest
public bool IsAppOnlyRequest { get; }
Property value
Type: System.Boolean
true如果這是沒有使用者的身分識別,否則false應用程式要求。