Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.FileName

TElASiCManifest     See also     


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


Specifies the manifest's file name.

Declaration

[C#]
    string FileName;

[VB.NET]
    Property FileName As String

[Pascal]
    property FileName : string;

[C++]
    not available

[PHP]
    string get_FileName()
    void set_FileName(string $Value)

[Java]
    String getFileName();
    void setFileName(String Value);

Description

Use this property to specify the manifest's file name.

See also:     FileEntry    

Discuss this help topic in SecureBlackbox Forum