SPPrincipalInfo.IsSharePointGroup 属性
获取一个布尔值,该值指示该主体是否是 sharepoint 用户组。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property IsSharePointGroup As Boolean
Get
用法
Dim instance As SPPrincipalInfo
Dim value As Boolean
value = instance.IsSharePointGroup
public bool IsSharePointGroup { get; }
属性值
类型:System.Boolean
true如果主体是 sharepoint 用户组 ;否则为false。