Click or drag to resize

ConfigurationManagerGetPropertyGroupByName 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 GetPropertyGroupByName(
	string name
)

Parameters

name
Type: SystemString
- String name of the requested group

Return Value

Type: PropertyGroup
PropertyGroup.
Remarks

Gets the PropertyGroup

whose identifier has the integer value defined by the given string PropertyGroupID

. If a propertyGroup with the given name is not found NULL is returned.

[Android Documentation]

See Also