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

Determine if this destination is temporary.

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

Syntax

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

Return Value

true if this destination is temporary.

See Also