Click or drag to resize

EAPVersionsGetVersion Method

Get the version number of the specified version. If name is blank return eap_base version.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int GetVersion(
	string verName
)

Parameters

verName
Type: SystemString
The name of the version to return (eap_base if blank).

Return Value

Type: Int32
The version number, zero if not found.
See Also