EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCRLEntryExtensions.OtherExtensions

ElCRLEntryExtensions     See also    


 

Use this read-only property to get access to non-standard extension.

 
 

Declaration

[C#]
    ElCustomExtension OtherExtensions[int Index];

[VB.NET]
    Property OtherExtensions(ByVal Index As Integer) As ElCustomExtension

[Pascal]
    property OtherExtensions[Index : integer] : TElCRLExtension;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the non-standard extension.
 
 

Description

    This property contains zero or more non-standard extensions. Aplication can access the single element using Index property. Add or remove elements by changing OtherCount property.

 
 

See also:     OtherCount

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