Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.GroupWrite

TElTarFileAttributes     See also     


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


Specifies write permission for users of the same group.

Declaration

[C#]
    bool GroupWrite;

[VB.NET]
    Property GroupWrite As Boolean

[Pascal]
    property GroupWrite : boolean;

[C++]
    bool get_GroupWrite();
    void set_GroupWrite(bool Value);

[PHP]
    bool get_GroupWrite()
    void set_GroupWrite(bool $Value)

[Java]
    boolean getGroupWrite();
    void setGroupWrite(boolean Value);

Description

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

See also:     GroupExecute     GroupRead    

Discuss this help topic in SecureBlackbox Forum