SPPolicy.SPPolicyRoleBindingCollection.Item 属性 (Int32)
获取集合中指定索引处的策略角色。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPPolicyRole
Get
用法
Dim instance As SPPolicy.SPPolicyRoleBindingCollection
Dim index As Integer
Dim value As SPPolicyRole
value = instance(index)
public SPPolicyRole this[
int index
] { get; }
参数
index
类型:System.Int3232 位整数,它指定的索引策略角色。
属性值
类型:Microsoft.SharePoint.Administration.SPPolicyRole
SPPolicyRole 对象,该对象表示策略角色。
另请参阅
引用
SPPolicy.SPPolicyRoleBindingCollection 类