property Names[Index: integer]: TScDistinguishedName; default;

 

Description

Lists the TScDistinguishedName object references.

Use Names to access objects in the list. Names is a zero-based array: the first object is indexed as 0, the second object is indexed as 1, and so on. You can read or change the value at a specific index, or use Names with the Count property to iterate through the list.

Reassigning an Names index frees the object that previously occupied that position in the list.

 

Note: Names is the default property of TScDistinguishedNameList. This means you can omit the property name.

 

See also

Count

TScDistinguishedName

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support