EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRelativeDistinguishedName.GetValuesByOID

TElRelativeDistinguishedName     See also    


 

This method returns a list of values for a specified Object Identifier.

 
 

Declaration

[C#]
     void GetValuesByOID(byte[] OID, ArrayList Values);

[VB.NET]
    Sub GetValuesByOID(ByVal OID As Byte(), ByVal Values As ArrayList)

[Pascal]
    procedure GetValuesByOID(OID : string; Values : TStringList);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • OID - Object Identifier
  • Values - list of values
 
 

Description

    Use this method to obtain values corresponding to specified Object Identifier. If there's no pair with specified Object Identifier, this method returns an empty list.

 
 

See also:     Remove

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