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