PropertySet Method |
Namespace: Com.Datalogic.Device.Configuration
Exception | Condition |
---|---|
ConfigException | - AccessViolationError if the property is read-only. |
ConfigException | - SupportError if the property is not supported. |
ConfigException | - ValueError if the value is not an allowed value, e.g: an out of range integer or char value or a profiled enumerated value. |
Sets the value of the property. To apply the value of the property to the device and make it persistent the method Commit
must be called.