[TIBCO.EMS .NET Admin client library 8.1 documentation]

Indicates whether or not the connection as been started by the client.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool Started { get; }
Public ReadOnly Property Started As Boolean
public:
property bool Started {
	bool get ();
}

Return Value

true if the connection has been started, false otherwise.

See Also