Property IgnoreBarriersAtStartingPoints
IgnoreBarriersAtStartingPoints
Gets or sets a value indicating whether to ignore barriers at starting points.
Declaration
public bool IgnoreBarriersAtStartingPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A value indicating whether to ignore barriers at starting points. |
Remarks
The default is false
. One example of how this can be used is with an upstream protective device trace. The first call to
the trace will return the first upstream device that meets the protective device criteria. To find the next device
upstream, you would set a starting point on the device returned by the first trace. With IgnoreBarriersAtStartingPoints
set to false
, this second trace would immediately stop at the starting point, since it meets the trace termination
criteria. Setting this option to true
will allow the trace to ignore the starting point, and continue to the subsequent
device upstream.
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 |