 | PatternTopologyResolverConfigurationElementRacks Property |
Gets the racks of this configuration element.
Namespace: Ookii.Jumbo.TopologyAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic RackConfigurationElementCollection Racks { get; }
Public ReadOnly Property Racks As RackConfigurationElementCollection
Get
public:
property RackConfigurationElementCollection^ Racks {
RackConfigurationElementCollection^ get ();
}
member Racks : RackConfigurationElementCollection with get
Property Value
RackConfigurationElementCollection
See Also