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

Get the major version of the component.

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

Syntax

public int VersionMajor { get; }
Public ReadOnly Property VersionMajor As Integer
public:
property int VersionMajor {
	int get ();
}

Return Value

the major version of the component.

See Also