SPUserToken.IsSystemAccount property
取得值,指出語彙基元是否代表SystemAccount系統帳戶。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsSystemAccount As Boolean
Get
'用途
Dim instance As SPUserToken
Dim value As Boolean
value = instance.IsSystemAccount
public bool IsSystemAccount { get; }
Property value
Type: System.Boolean
表示語彙基元是否代表SystemAccount系統帳戶的值。
備註
這個值不會快取。呼叫端必須快取儲存 CPU 循環。