Permission.Item[Object] 属性

定义

返回一个 UserPermission 对象,该对象是集合的成员 Permission

public:
 property Microsoft::Office::Core::UserPermission ^ default[System::Object ^] { Microsoft::Office::Core::UserPermission ^ get(System::Object ^ Index); };
public Microsoft.Office.Core.UserPermission this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Core.UserPermission
Default Public ReadOnly Property Item(Index As Object) As UserPermission

参数

Index
Object

可选 对象Permission 集合中 UserPermission 的数字索引,或要返回其对活动文档的权限集的用户的电子邮件地址。

属性值

注解

UserPermission 对象将活动文档上的权限集合与单个用户和可选到期日期关联起来。

适用于