Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE._Protected

TElWebDAVACE     


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


Specifies whether this ACE is protected or not.

Declaration

[C#]
    bool _Protected;

[VB.NET]
    Property _Protected As Boolean

[Pascal]
    property _Protected : boolean;

[C++]
    bool get__Protected();
    void set__Protected(bool Value);

[PHP]
    bool get__Protected()
    void set__Protected(bool $Value)

[Java]
    boolean get_Protected();
    void set_Protected(boolean Value);

Description

    A protected ACE could not be removed from the ACL.

Discuss this help topic in SecureBlackbox Forum