Поделиться через


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

Значение свойства

Адрес электронной почты автора формы.

Примеры

In the following example, the DocumentAuthor property is used to display the e-mail address of the document author.

_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisXDocument.UI.Alert(thisDoc.Permission.DocumentAuthor);
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisXDocument.UI.Alert(thisDoc.Permission.DocumentAuthor)

Комментарии

Автор формы всегда имеет неиссякающие права владельца формы, независимо от того, предоставлено ли разрешение владельца явным UserPermission образом через объект или нет.

Применяется к