ClusteredWorkstationWorkstations Property |
A list of the
Workstations contained within the cluster.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<Workstation> Workstations { get; }
Public ReadOnly Property Workstations As List(Of Workstation)
Get
public:
property List<Workstation^>^ Workstations {
List<Workstation^>^ get ();
}
member Workstations : List<Workstation> with get
Property Value
Type:
ListWorkstationSee Also