Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.PropertiesCount

TElWebDAVServer     See also     


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


Specifies the number of properties in the list.

Declaration

[C#]
    int PropertiesCount;

[VB.NET]
    Property PropertiesCount As Integer

[Pascal]
    property PropertiesCount : integer;

[C++]
    int32_t get_PropertiesCount();

[PHP]
    integer get_PropertiesCount()

[Java]
    int getPropertiesCount();

Description

    Use this read-only property to obtain the number of properties in the list.

See also:     Properties    

Discuss this help topic in SecureBlackbox Forum