[]
Gets or sets the subject of the document.
public string Subject { get; set; }
Public Property Subject As String
| Type | Description |
|---|---|
| string | The subject of the document. |
DocumentProperties properties = new DocumentProperties();
properties.Subject = "Quarterly Sales Summary";
string subject = properties.Subject;