Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.OtherRead

TElTarFileAttributes     See also     


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


Specifies read permission for users of other groups.

Declaration

[C#]
    bool OtherRead;

[VB.NET]
    Property OtherRead As Boolean

[Pascal]
    property OtherRead : boolean;

[C++]
    bool get_OtherRead();
    void set_OtherRead(bool Value);

[PHP]
    bool get_OtherRead()
    void set_OtherRead(bool $Value)

[Java]
    boolean getOtherRead();
    void setOtherRead(boolean Value);

Description

This property specifies whether read permission is enabled for users of other groups.

See also:     OtherExecute     OtherWrite    

Discuss this help topic in SecureBlackbox Forum