StateImplEnabledMachines Property |
[Missing <summary> documentation for "P:P.Runtime.StateImpl.EnabledMachines"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<PrtImplMachine> EnabledMachines { get; }
Public ReadOnly Property EnabledMachines As List(Of PrtImplMachine)
Get
public:
property List<PrtImplMachine^>^ EnabledMachines {
List<PrtImplMachine^>^ get ();
}
member EnabledMachines : List<PrtImplMachine> with get
Property Value
Type:
ListPrtImplMachineSee Also