Discuss this help topic in SecureBlackbox Forum

TElGeneralNames.Names

TElGeneralNames     See also     


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


Use this property to directly access particular TElGeneralName object in the list

Declaration

[C#]
    TElGeneralName Names[int Index];

[VB.NET]
    Property Names(ByVal Index As Integer) As TElGeneralName

[Pascal]
    property Names[Index: integer] : TElGeneralName;

[C++]
    TElGeneralName* get_Names(int32_t Index);

[PHP]
    TElGeneralName get_Names(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the TElGeneralName object in the list

Description

    Use this property to access the particular TElGeneralNames object that is contained in list by its index. To add new TElGeneralName object to the list use Add method.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum