Provides access to members that specify the properties of a path trace configuration.
Members
Name | Description | |
---|---|---|
MaxHops | Returns the maximum number of hops. | |
MaxPaths | Returns the maximum number of paths. |
IPathTraceConfiguration.MaxHops Property
Returns the maximum number of hops.
Public Property MaxHops As Integer
public int MaxHops {get; set;}
IPathTraceConfiguration.MaxPaths Property
Returns the maximum number of paths.
Public Property MaxPaths As Integer
public int MaxPaths {get; set;}
Classes that implement IPathTraceConfiguration
Classes | Description |
---|---|
UNTraceConfiguration | Utility Network Trace Configuration. |