Share via


ObjectRun.isDetached Method

Definition

Communicates whether an ObjectRun.detach method call has been made on this object.

public:
 virtual bool isDetached();
public virtual bool isDetached ();
abstract member isDetached : unit -> bool
override this.isDetached : unit -> bool
Public Overridable Function isDetached () As Boolean

Returns

true if detach has been called; otherwise, false.

Applies to