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