device.children Property
An array of List(of child) of all child devices of this root device
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public List<child> children { get; set; } |
VB |
Public Property children As List(Of child) Get Set |
Return Value
See Also
device Class
Scheduler Namespace