Discuss this help topic in SecureBlackbox Forum

TElWebDAVComp.AllProp

TElWebDAVComp     See also     


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


Declaration

[C#]
    bool AllProp;

[VB.NET]
    Property AllProp As Boolean

[Pascal]
    property AllProp : boolean;

[C++]
    bool get_AllProp();
    void set_AllProp(bool Value);

[PHP]
    bool get_AllProp()
    void set_AllProp(bool $Value)

[Java]
    boolean getAllProp();
    void setAllProp(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum