Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<Device> Devices { get; }
Public ReadOnly Property Devices As ChildCollection(Of Device)
Get
public:
property ChildCollection<Device^>^ Devices {
ChildCollection<Device^>^ get ();
}
member Devices : ChildCollection<Device> with get
Property Value
Type:
ChildCollectionDevice
See Also