SPUser.IsSiteAuditor property
取得布林值,這個值,指出使用者是否為網站集合稽核員。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsSiteAuditor As Boolean
Get
'用途
Dim instance As SPUser
Dim value As Boolean
value = instance.IsSiteAuditor
public bool IsSiteAuditor { get; }
Property value
Type: System.Boolean
true如果使用者在網站集合的稽核人員 ;否則, false。