DocumentPropertiesKeywords Property |
Returns or sets the keywords 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 Keywords { get; set; }
Public Property Keywords As String
Get
Set
public:
virtual property String^ Keywords {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Keywords : string with get, set
override Keywords : string with get, set
Property Value
Type:
StringImplements
IDocumentPropertiesKeywords
See Also