Click or drag to resize

Property Methods

The Property type exposes the following members.

Methods
NameDescription
Public method FindPropertybyId
Finds the corresponding Property matching the passed ID, in a list of Properties.
Public method Get
Gets the current value of the Property.
Public method Load
Loads the property with the current set values, through a PropertyGetter.
Public method Loadlist
Loads and sync the current set values into all the Properties contained in the passed list.
Public method Set
Sets the value of the property, it is not applied to the device.
Public method SetToDefault
Resets to the default value the property.
Public method Store
Stores the Property value, applying them.
Public method Storelist
Stores and applies all the Properties and their current associated values.
Top Top
See Also