Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.Mode

TElTarFileAttributes     


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


Specifies the file mode.

Declaration

[C#]
    uint Mode;

[VB.NET]
    Property Mode As UInt32

[Pascal]
    property Mode : UInt32;

[C++]
    uint32_t get_Mode();
    void set_Mode(uint32_t Value);

[PHP]
    integer get_Mode()
    void set_Mode(integer $Value)

[Java]
    int getMode();
    void setMode(int Value);

Description

This property contains the value of the file mode attribute.

Discuss this help topic in SecureBlackbox Forum