Aspose::Words::WebExtensions::WebExtensionProperty class

WebExtensionProperty class

Specifies a web extension custom property. To learn more, visit the Work with Office Add-ins documentation article.

class WebExtensionProperty : public System::Object

Methods

MethodDescription
get_Name() constSpecifies a custom property name.
get_Value() constSpecifies a custom property value.
GetType() const override
Is(const System::TypeInfo&) const override
set_Name(const System::String&)Specifies a custom property name.
set_Value(const System::String&)Specifies a custom property value.
static Type()
WebExtensionProperty(const System::String&, const System::String&)Creates web extension custom property with specified name and value.

See Also