ResolveNames Property
Determines whether the component resolves the host name for each host during the trace.
Syntax
[VB.NET] Public Property ResolveNames As Boolean
[C#] public bool ResolveNames {get; set;}
Remarks
This property determines whether the component resolves the name of host at each "hop" during the trace. The default value is "False". Please note that the trace takes longer due to name resolution if this property is set to "True".
Default Value
False