Modifier

PropertyValueCollection Class

Definition

Contains the values of a DirectoryEntry property.

public ref class PropertyValueCollection : System::Collections::CollectionBase
public class PropertyValueCollection : System.Collections.CollectionBase
type PropertyValueCollection = class
    inherit CollectionBase
Public Class PropertyValueCollection
Inherits CollectionBase
Inheritance
PropertyValueCollection

Properties

Name Description
Item[Int32]

Gets or sets the property value that is located at a specified index of this collection.

PropertyName

Gets the property name for the attributes in the value collection.

Value

Gets or sets the values of the collection.

Methods

Name Description
Add(Object)

Appends the specified PropertyValueCollection object to this collection.

AddRange(Object[])

Appends the contents of the specified PropertyValueCollection object to this collection.

AddRange(PropertyValueCollection)

Appends the contents of the PropertyValueCollection object to this collection.

Contains(Object)

Determines whether the specified PropertyValueCollection object is in this collection.

CopyTo(Object[], Int32)

Copies all PropertyValueCollection objects in this collection to the specified array, starting at the specified index in the target array.

IndexOf(Object)

Retrieves the index of a specified property value in this collection.

Insert(Int32, Object)

Inserts a property value into this collection at a specified index.

OnClearComplete()

Overrides the OnClearComplete() method.

OnInsertComplete(Int32, Object)

Overrides the OnInsertComplete(Int32, Object) method.

OnRemoveComplete(Int32, Object)

Overrides the OnRemoveComplete(Int32, Object) method.

OnSetComplete(Int32, Object, Object)

Overrides the OnSetComplete(Int32, Object, Object) method.

Remove(Object)

Removes a specified property value from this collection.

Applies to