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

Gets whether or not this server instance is running in an appliance.

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

Syntax

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

Return Value

true if this server instance is running in an appliance, false otherwise.

See Also