SPUserToken.IsSystemAccount property
Obtém um valor que indica se o token representa SystemAccount conta do sistema.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property IsSystemAccount As Boolean
Get
'Uso
Dim instance As SPUserToken
Dim value As Boolean
value = instance.IsSystemAccount
public bool IsSystemAccount { get; }
Property value
Type: System.Boolean
Um valor que indica se o token representa SystemAccount conta do sistema.
Comentários
Esse valor não é armazenado em cache. O chamador deve armazenar em cache para economizar ciclos de CPU.