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

Get the options being used by the server's jvm.

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

Syntax

public string[] JREOptions { get; }
Public ReadOnly Property JREOptions As String()
public:
property array<String^>^ JREOptions {
	array<String^>^ get ();
}

Return Value

The value of the setting. Null will be returned if this server does not have the jvm enabled.

See Also