Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.Live

TElWebDAVProperty     See also     


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


Specifies whether the property is live or dead.

Declaration

[C#]
    bool Live;

[VB.NET]
    Property Live As Boolean

[Pascal]
    property Live : boolean;

[C++]
    bool get_Live();

[PHP]
    bool get_Live()

[Java]
    boolean getLive();

Description

    Use this property to specify whether the DAV property is live or dead.

See also:     GetValue    

Discuss this help topic in SecureBlackbox Forum