Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE.Deny

TElWebDAVACE     See also     


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


Specifies Deny privileges.

Declaration

[C#]
    short Deny;

[VB.NET]
    Property Deny As Short

[Pascal]
    property Deny : SmallInt;

[C++]
    int16_t get_Deny();
    void set_Deny(int16_t Value);

[PHP]
    integer get_Deny()
    void set_Deny(integer $Value)

[Java]
    short getDeny();
    void setDeny(short Value);

Description

    This property specifies deny privileges.

See also:     Grant    

Discuss this help topic in SecureBlackbox Forum