Store.ShuttingDown Property

Definition

indicates that the store will be shutting down.

public:
 property bool ShuttingDown { bool get(); void set(bool value); };
public bool ShuttingDown { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.ShuttingDown : bool with get, set
Public Property ShuttingDown As Boolean

Property Value

bool

Attributes

Applies to