ProjectIdentifier.IsContextActive Property

Definition

Gets a value indicating whether the context was active at the time of state capture.

[System.Runtime.Serialization.DataMember(Order=3)]
public bool IsContextActive { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsContextActive : bool with get, set
Public Property IsContextActive As Boolean

Property Value

Attributes

Remarks

Default value is false unless otherwise set.

Applies to