DocumentPropertiesSubject Property |
Returns or sets the subject of a presentation.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public string Subject { get; set; }
Public Property Subject As String
Get
Set
public:
virtual property String^ Subject {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Subject : string with get, set
override Subject : string with get, set
Property Value
Type:
StringImplements
IDocumentPropertiesSubjectSee Also