Property SourceTier
SourceTier
Gets or sets the UtilityTier that is used as the start of the trace.
Declaration
public UtilityTier SourceTier { get; set; }
Property Value
Type | Description |
---|---|
UtilityTier | The UtilityTier that is used as the start of the trace. |
Remarks
This property is only used with subnetwork-based traces
(Subnetwork, Upstream and Downstream)
If DomainNetwork represents a partitioned network, this property is optional.
If not null
, the Trace routines will perform an additional check to validate that the starting points and barriers belong to this tier.
If DomainNetwork represents a hierarchical network, this property is required.
Since rows in hierarchical networks can belong to multiple tiers, this property tells the subnetwork tracer which tier to use for tracing.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.7 - 200.5 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.5 |