GetExtendedProperty(string, string)
Gets an extended property defined by the policy (typically an XML attribute) and specific to the back-end.
Declaration
string GetExtendedProperty(string name, string defaultValue = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Property name (or XML attribute). Case sensitive. |
| string | defaultValue | The returned value if the property is not defined. |
Returns
| Type | Description |
|---|---|
| string |