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

Get the language that the application was written in.

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

Syntax

public string ClientType { get; }
Public ReadOnly Property ClientType As String
public:
property String^ ClientType {
	String^ get ();
}

Return Value

the client type. Will be one of the following: CLIENT_TYPE_C, CLIENT_TYPE_JAVA, CLIENT_TYPE_CSHARP or CLIENT_TYPE_UNKNOWN.

See Also