Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege._Abstract

TElWebDAVSupportedPrivilege     


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


Defines whether this privilege is abstract.

Declaration

[C#]
    bool _Abstract;

[VB.NET]
    Property _Abstract As Boolean

[Pascal]
    property _Abstract : boolean;

[C++]
    bool get__Abstract();
    void set__Abstract(bool Value);

[PHP]
    bool get__Abstract()
    void set__Abstract(bool $Value)

[Java]
    boolean get_Abstract();
    void set_Abstract(boolean Value);

Description

    Abstract privileges must not be used in an ACE for the resource.

Discuss this help topic in SecureBlackbox Forum