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

Get or set the failsafe property of this destination.

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

Syntax

public bool Failsafe { get; set; }
Public Property Failsafe As Boolean
public:
property bool Failsafe {
	bool get ();
	void set (bool value);
}

Return Value

true if this destination is failsafe.

See Also