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

Get or set the secure property of this destination.

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

Syntax

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

Return Value

true if this destination is secure.

See Also