Gets and sets the document subject.
public string Subject {get; set;}
public: __property string* get_Subject();
public: __property void set_Subject(
string* value
);
'Declaration
Public Property Subject As String
'Usage
Dim instance As DocumentMetadata
Dim value As String
instance.Subject = value
value = instance.Subject
Property Value
A string value which represents the document subject.