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; }
Public Overridable ReadOnly Property Properties As IList(Of Property)
Get
Property Value
Type:
IListPropertyArrayList of properties contained in the group.
Empty if there are no properties in this group, not in the whole subtree.
Remarks See Also