Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE.Invert

TElWebDAVACE     See also     


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


Specifies whether the principal type should be inverted or not.

Declaration

[C#]
    bool Invert;

[VB.NET]
    Property Invert As Boolean

[Pascal]
    property Invert : boolean;

[C++]
    bool get_Invert();
    void set_Invert(bool Value);

[PHP]
    bool get_Invert()
    void set_Invert(bool $Value)

[Java]
    boolean getInvert();
    void setInvert(boolean Value);

Description

    When this property is set to true, this ACE is applicable to all users NOT MATCHING the PrincipalType.

See also:     PrincipalType    

Discuss this help topic in SecureBlackbox Forum