Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalList.Principals

TElWebDAVPrincipalList     See also     


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


Returns the desired item of the list.

Declaration

[C#]
    TElWebDAVPrincipal Principals[int Index];

[VB.NET]
    Property Principals(ByVal Index As Integer) As TElWebDAVPrincipal

[Pascal]
    property Principals[Index : integer] : TElWebDAVPrincipal;

[C++]
    SBWebDAVClient_TElWebDAVPrincipal* get_Principals(int32_t Index);

[PHP]
    SBWebDAVClient_TElWebDAVPrincipal get_Principals(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list starting from 0.

Description

    Use this property to get the desired principal from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum