Discuss this help topic in SecureBlackbox Forum

TElBoxFile.VersionNumber

TElBoxFile     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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