Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.Protect

TElWebDAVProperty     See also     


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


Specifies if the DAV property is protected.

Declaration

[C#]
    bool Protect;

[VB.NET]
    Property Protect As Boolean

[Pascal]
    property Protect : boolean;

[C++]
    bool get_Protect();

[PHP]
    bool get_Protect()

[Java]
    boolean getProtect();

Description

    Use this property to specify whether the DAV property is protected.

See also:     Write    

Discuss this help topic in SecureBlackbox Forum