ActiveDirectorySchemaPropertyCollection::Add Method (ActiveDirectorySchemaProperty^)
Appends the specified ActiveDirectorySchemaProperty object to this collection.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- schemaProperty
-
Type:
System.DirectoryServices.ActiveDirectory::ActiveDirectorySchemaProperty^
The ActiveDirectorySchemaProperty object to append to this collection.
Return Value
Type: System::Int32The zero-based index of the ActiveDirectorySchemaProperty object that is appended to this collection.
| Exception | Condition |
|---|---|
| ActiveDirectoryOperationException | A call to the underlying directory service resulted in an error. |
| ArgumentException | The object already exists in this collection. |
| ArgumentNullException | schemaProperty is null. |
| InvalidOperationException | The ActiveDirectorySchemaProperty object has not yet been saved in the Active Directory Domain Services store. |
Available since 2.0