Permission.DocumentAuthor 属性

定义

以电子邮件形式返回或设置活动文档作者的姓名。

public:
 property System::String ^ DocumentAuthor { System::String ^ get(); void set(System::String ^ value); };
public string DocumentAuthor { get; set; }
member this.DocumentAuthor : string with get, set
Public Property DocumentAuthor As String

属性值

注解

DocumentAuthor 属性返回或设置活动文档的作者。 无论是否通过 UserPermission 对象 () 显式授予所有者权限,作者始终对文档具有未过期的所有者权限。

DocumentAuthor 属性只能更改为其他帐户,该帐户已通过权限用户界面进行认证,以在本地计算机上打开受限内容。 大多数情况下,拥有单个 Windows 帐户的用户只能在其 Windows 和 Passport 标识之间进行选择。

如果用户的 Microsoft Windows 和 Passport 标识使用相同的电子邮件地址,请使用 passport 格式:someone@example.com 将 Passport 标识指定为 DocumentAuthor 属性。

适用于