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
| Method | Description |
|---|---|
| get_Name() const | Specifies a custom property name. |
| get_Value() const | Specifies a custom property value. |
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| set_Name(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionProperty::get_Name. |
| set_Value(const System::String&) | Setter for Aspose::Words::WebExtensions::WebExtensionProperty::get_Value. |
| static Type() | |
| WebExtensionProperty(const System::String&, const System::String&) | Creates web extension custom property with specified name and value. |
See Also
- Namespace Aspose::Words::WebExtensions
- Library Aspose.Words for C++