SPPolicy.IsSystemUser property
Gets or sets a Boolean value that specifies whether the user identified by the policy is visible only as a system account within the SharePoint Foundation user interface and in the UserInfo database table.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSystemUser As Boolean
Get
Set
'Usage
Dim instance As SPPolicy
Dim value As Boolean
value = instance.IsSystemUser
instance.IsSystemUser = value
public bool IsSystemUser { get; set; }
Property value
Type: System.Boolean
true to specify that the user is visible as a system account and that the actual identity of the user is hidden; otherwise, false.