Discuss this help topic in SecureBlackbox Forum

TElWebDAVErrorList.Objects

TElWebDAVErrorList     See also     


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


Provides access to the elements of the list.

Declaration

[C#]
    TElWebDAVErrorResponse Objects[int Index];

[VB.NET]
    Property Objects(ByVal Index As Integer) As TElWebDAVErrorResponse

[Pascal]
    property Objects[Index : integer] : TElWebDAVErrorResponse;

[C++]
    TElWebDAVErrorResponse* get_Objects(int32_t Index);

[PHP]
    TElWebDAVErrorResponse get_Objects(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to access individual error responses from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum