Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.Version

TElOpenOfficeXMLManifestFileEntry     See also     


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


Specifies the file version.

Declaration

[C#]
    string Version;

[VB.NET]
    Property Version As String

[Pascal]
    property Version : WideString;

[C++]
    void get_Version(sb_u16string &OutResult);
    void get_Version(std::wstring &OutResult);
    void set_Version(const sb_u16string &Value);
    void set_Version(const std::wstring &Value);

[PHP]
    string get_Version()
    void set_Version(string $Value)

[Java]
    String getVersion();
    void setVersion(String Value);

Description

    Use this property to specify the version of the file to which the Manifest file-entry is referencing.

See also:     FullPath    

Discuss this help topic in SecureBlackbox Forum