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