| NetworkTopologyRacks Property |
Gets the racks in the topology.
Namespace:
Ookii.Jumbo.Topology
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public IList<Rack> Racks { get; }
Public ReadOnly Property Racks As IList(Of Rack)
Get
public:
property IList<Rack^>^ Racks {
IList<Rack^>^ get ();
}
member Racks : IList<Rack> with get
Property Value
Type:
IListRackSee Also