PropertyGroupStore Method |
Store the properties values contained by this property into the
PropertyEditor.
Namespace:
Com.Datalogic.Device.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int Store(
IPropertyEditor to,
bool persist
)
Public Overridable Function Store (
to As IPropertyEditor,
persist As Boolean
) As Integer
Parameters
- to
- Type: Com.Datalogic.Device.ConfigurationIPropertyEditor
- The IPropertyEditor in charge of applying the desired values. - persist
- Type: SystemBoolean
- boolean if true the configuration is saved in a persistent way across
system reboots.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
ConfigException error constants.
Exceptions Remarks See Also