Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege.Value

TElWebDAVSupportedPrivilege     See also     


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


Returns the value of the privilege.

Declaration

[C#]
    int Value;

[VB.NET]
    Property Value As Integer

[Pascal]
    property Value : integer;

[C++]
    int32_t get_Value();
    void set_Value(int32_t Value);

[PHP]
    integer get_Value()
    void set_Value(integer $Value)

[Java]
    int getValue();
    void setValue(int Value);

Possible values

Description

    Use this property to check the value of the privilege.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum