ClientVersion Property (Application)
In This Topic
Gets the version of the client.
Syntax
'Declaration
Public Shared ReadOnly Property ClientVersion As Version
public static Version ClientVersion {get;}
public:
static property Version^ ClientVersion {
Version^ get();
}
See Also