<property> Element
This element defines a property setting for a plug-in. When the plug-in is initially loaded, after the constructor for the plug-in class executes, this property will be set to the specified value.
Parent Elements
Attributes
Name | Type | Description | Required |
---|---|---|---|
name | string | The name of the property of the plug-in class to set. This must be a public property on the class, and can be any base type supported by the .NET Framework. | Yes |
value | string | The value to which to set the property. The format of this value must match the type of the property. Parsing of the value is performed using "invariant" culture settings. | Yes |
Child Elements
None.