IPropertyGetterGetPropertyStrings Method |
Gets one or more label programming parameters of type String.
Namespace:
Com.Datalogic.Device.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetPropertyStrings(
int[] p0,
string[] p1
)
Function GetPropertyStrings (
p0 As Integer(),
p1 As String()
) As Integer
Parameters
- p0
- Type: SystemInt32
To be added. - p1
- Type: SystemString
To be added.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
ConfigException error constants.
Exceptions Remarks See Also