Condividi tramite


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPPolicy Class

SPPolicy Members

Microsoft.SharePoint.Administration Namespace