Edit

ActiveDirectorySchemaPropertyCollection Class

Definition

The ActiveDirectorySchemaPropertyCollection class is a read/write collection that contains ActiveDirectorySchemaProperty objects.

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

Properties

Name Description
Item[Int32]

Gets or sets an ActiveDirectorySchemaProperty object in this collection.

Methods

Name Description
Add(ActiveDirectorySchemaProperty)

Appends the specified ActiveDirectorySchemaProperty object to this collection.

AddRange(ActiveDirectorySchemaProperty[])

Appends the contents of the specified ActiveDirectorySchemaProperty array to this collection.

AddRange(ActiveDirectorySchemaPropertyCollection)

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

AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection)

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

Contains(ActiveDirectorySchemaProperty)

Determines if the specified ActiveDirectorySchemaProperty object is in this collection.

CopyTo(ActiveDirectorySchemaProperty[], Int32)

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

IndexOf(ActiveDirectorySchemaProperty)

Returns the first occurrence of the specified ActiveDirectorySchemaProperty object in this collection.

Insert(Int32, ActiveDirectorySchemaProperty)

Inserts the specified ActiveDirectorySchemaProperty object into this collection at the specified index.

OnClearComplete()

Overrides the OnClearComplete() method.

OnInsertComplete(Int32, Object)

Overrides the OnClearComplete() method.

OnRemoveComplete(Int32, Object)

Overrides the OnRemoveComplete(Int32, Object) method.

OnSetComplete(Int32, Object, Object)

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

OnValidate(Object)

Overrides the OnValidate(Object) method.

Remove(ActiveDirectorySchemaProperty)

Removes the first occurrence of an object in this collection that is identical to the specified ActiveDirectorySchemaProperty object.

Applies to