Click or drag to resize

PropertyGroupGetPropertyGroupById Method

Gets the PropertyGroup

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
)

Parameters

id
Type: SystemInt32
- int unique identifier of the requested group.

Return Value

Type: PropertyGroup
PropertyGroup.
Remarks

Gets the PropertyGroup

, belonging to this group's subtree, whose identifier has the given integer value in PropertyGroupID

.

[Android Documentation]

See Also