SPPolicy.IsSystemUser property
取得或設定 Boolean 值,以指定該原則所識別的使用者是否可以看見做為系統帳戶SharePoint Foundation使用者介面中與UserInfo資料庫資料表中。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsSystemUser As Boolean
Get
Set
'用途
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否則,請false。