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