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

Indicates whether the server binary is an evaluation copy or a fully licensed one.

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

Syntax

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

Return Value

true if software is evaluation release, false otherwise.

See Also