Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.GroupRead

TElTarFileAttributes     See also     


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


Specifies read permission for users of the same group.

Declaration

[C#]
    bool GroupRead;

[VB.NET]
    Property GroupRead As Boolean

[Pascal]
    property GroupRead : boolean;

[C++]
    bool get_GroupRead();
    void set_GroupRead(bool Value);

[PHP]
    bool get_GroupRead()
    void set_GroupRead(bool $Value)

[Java]
    boolean getGroupRead();
    void setGroupRead(boolean Value);

Description

This property specifies whether read permission is enabled for users of the same group.

See also:     GroupExecute     GroupWrite    

Discuss this help topic in SecureBlackbox Forum