TelemetryScope<T>.IsEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the scope is end or not.
public:
property bool IsEnd { bool get(); };
public bool IsEnd { get; }
member this.IsEnd : bool
Public ReadOnly Property IsEnd As Boolean