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