MicaController.IsClosed Property

Definition

Gets a value that indicates whether the object is closed (disposed).

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = micaController.isClosed;
Public ReadOnly Property IsClosed As Boolean

Property Value

Boolean

bool

true if the object is closed (disposed); otherwise, false.

Implements

Applies to

See also