property Values[const OId: string]: string;
Description
Use Values for getting the value for specified Object Identifier (OID) of Relative Distinguished Name (RDN). (The RDN is a sequence of attributes with an associated value in the form Object Identifier=Value.)
The OId parameter indicates the dotted number or friendly name of the OID.
This property is read-only.
To iterate through all of the values in the list, use the ValueFromIndex and Count properties.
See also