ArcObjects Library Reference (Carto)  

IDocumentInfo2.Author Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDocumentInfo2 Interface