EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElGeneralNames.Names

TElGeneralNames     See also    


 

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

 
 

Declaration

[C#]
    TElGeneralName Names[int Index];

[VB.NET]
    Property Names(Index as integer) As TElGeneralName

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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 it's index. To add new TElGeneralName object to the list use Add method.

 
 

See also:     Add

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation