Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.Prefix

TElTarFileAttributes     See also     


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


Specifies filename prefix.

Declaration

[C#]
    string Prefix;

[VB.NET]
    Property Prefix As String

[Pascal]
    property Prefix : string;

[C++]
    void get_Prefix(std::string &OutResult);
    void set_Prefix(const std::string &Value);

[PHP]
    string get_Prefix()
    void set_Prefix(string $Value)

[Java]
    String getPrefix();
    void setPrefix(String Value);

Description

This property contains the filename prefix.

See also:     FileType    

Discuss this help topic in SecureBlackbox Forum