Click or drag to resize

PropertyGroupProperties Property

Returns the properties contained in this group, not in the whole subtree.

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 IList<Property> Properties { get; }

Property Value

Type: IListProperty
ArrayList of properties contained in the group.
Empty if there are no properties in this group, not in the whole subtree.
Remarks

Returns the properties contained in this group, not in the whole subtree.

[Android Documentation]

See Also