Network.Verbose Property

Read/write. Accesses the configuration parameter that specifies the verbosity for all RTX64 network stacks. Even though this is an instance property, assigning a value to this property affects all stacks, not just the specific stack on which the property referenced. This is an instance property so that COM clients can access it. After changing this property, the network must be restarted for the changes to take effect.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public bool Verbose { get; set; }

Property Value

Type: Boolean

Implements

IConfigNetworkVerbose
See Also