Method GetExtendedProperty
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 |