SPRoleDefinition.Id 属性
获取集合中的角色定义的 ID。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Id As Integer
Get
用法
Dim instance As SPRoleDefinition
Dim value As Integer
value = instance.Id
public int Id { get; }
属性值
类型:System.Int32
标识角色定义 32 位整数。
备注
ID属性包含空引用(无 在 Visual Basic 中) ,直到角色定义添加到集合。