PropertyGroupGetPropertyGroupById Method |
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 PropertyGroup GetPropertyGroupById(
int id
)
Public Overridable Function GetPropertyGroupById (
id As Integer
) As PropertyGroup
Parameters
- id
- Type: SystemInt32
- int unique identifier of the requested group.
Return Value
Type:
PropertyGroupPropertyGroup.
Remarks See Also