Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.Properties

TElWebDAVServer     See also     


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


Provides access to server's properties.

Declaration

[C#]
    TElWebDAVProperty Properties[int Index];

[VB.NET]
    Property Properties(ByVal Index As Integer) As TElWebDAVProperty

[Pascal]
    property Properties[Index : integer] : TElWebDAVProperty;

[C++]
    TElWebDAVProperty* get_Properties(int32_t Idx);

[PHP]
    TElWebDAVProperty get_Properties(integer $Idx)

[Java]
    not available

Parameters

  • Index - the index of the property in the list. The first item has Index=0, the second has Index=1, and so on.
  • Idx -

Description

    Use this property to access the list of DAV properties defined on the server.

See also:     PropertiesCount     AddProperty     GetProperty     RemoveProperty     SetupStandardProperties    

Discuss this help topic in SecureBlackbox Forum