Discuss this help topic in SecureBlackbox Forum
The version number of the file.
Declaration
[C#]
string VersionNumber;
[VB.NET]
Property VersionNumber As String
[Pascal]
property VersionNumber: string;
[C++]
void get_VersionNumber(std::string &OutResult);
[PHP]
string get_VersionNumber()
[Java]
String getVersionNumber();
Description
Use this property to get the version number of the file.
Discuss this help topic in SecureBlackbox Forum