The DistinguishedNameList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the DistinguishedNameList.
Public propertyIsFixedSize
Gets a value indicating whether the DistinguishedNameList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the DistinguishedNameList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the DistinguishedNameList is synchronized (thread-safe).
Public propertyItem
Gets or sets the element at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the DistinguishedNameList.

See Also