| JumboConfigurationNetworkTopology Property |
Gets the configuration element for the network topology support.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public NetworkTopologyConfigurationElement NetworkTopology { get; }
Public ReadOnly Property NetworkTopology As NetworkTopologyConfigurationElement
Get
public:
property NetworkTopologyConfigurationElement^ NetworkTopology {
NetworkTopologyConfigurationElement^ get ();
}
member NetworkTopology : NetworkTopologyConfigurationElement with get
Property Value
Type:
NetworkTopologyConfigurationElement
The configuration element for the network topology support.
See Also