Discuss this help topic in SecureBlackbox Forum

TElWebDAVACE.Grant

TElWebDAVACE     See also     


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


Specifies Grant privileges.

Declaration

[C#]
    short Grant;

[VB.NET]
    Property Grant As Short

[Pascal]
    property Grant : SmallInt;

[C++]
    int16_t get_Grant();
    void set_Grant(int16_t Value);

[PHP]
    integer get_Grant()
    void set_Grant(integer $Value)

[Java]
    short getGrant();
    void setGrant(short Value);

Description

    This property specifies grant privileges.

See also:     Deny    

Discuss this help topic in SecureBlackbox Forum