Method GetMechanismProperty
GetMechanismProperty<T>(string, T)
Gets the mechanism property.
public T GetMechanismProperty<T>(string key, T defaultValue)
Parameters
key
stringThe key.
defaultValue
TThe default value.
Returns
- T
The mechanism property if one was set; otherwise the default value.
Type Parameters
T
The type of the mechanism property.