Retrieves the value of a property that was previously saved using the PropertySave method.
Syntax
result = pd.PropertyGet (propertyName, defaultValue)
The PropertyGet method syntax has the following parts:
Part |
Description |
result |
(String) The value of the property called propertyName. |
propertyName |
(String) The name of a property. |
defaultValue |
A string that is returned as the value of PropertyGet when no property with the name propertyName exists. |