AdamRoleCollection.Item[Int32] 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此集合中的 AdamRole 项。
public:
 property System::DirectoryServices::ActiveDirectory::AdamRole default[int] { System::DirectoryServices::ActiveDirectory::AdamRole get(int index); };public System.DirectoryServices.ActiveDirectory.AdamRole this[int index] { get; }member this.Item(int) : System.DirectoryServices.ActiveDirectory.AdamRoleDefault Public ReadOnly Property Item(index As Integer) As AdamRole参数
属性值
位于指定索引位置的 AdamRole 对象。
例外
指定的 index 超出了集合的范围。