WebExtensionProperty
WebExtensionProperty class
Specifies a web extension custom property.
To learn more, visit the Work with Office Add-ins documentation article.
public class WebExtensionProperty
Constructors
Name | Description |
---|---|
WebExtensionProperty(string, string) | Creates web extension custom property with specified name and value. |
Properties
Name | Description |
---|---|
Name { get; set; } | Specifies a custom property name |
Value { get; set; } | Specifies a custom property value. |
See Also
- namespace Aspose.Words.WebExtensions
- assembly Aspose.Words