ArcObjects Library Reference (Carto)  

IDocumentInfo.Subject Property

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

Product Availability

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

See Also

IDocumentInfo Interface