This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo Interface > IDocumentInfo.Author Property (ArcObjects .NET 10.4 SDK) |
The author of the document.
[Visual Basic .NET] Public Property Author As String
[C#] public string Author {get; set;}
[C++]
HRESULT get_Author(
BSTR* Author
);
[C++]
HRESULT put_Author(
BSTR Author
);
[C++]
Parameters Author [out, retval] Author is a parameter of type BSTR Author [in] Author is a parameter of type BSTR