DirectoryAttributeModification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DirectoryAttributeModification class enables modification of the DirectoryAttribute values.
public ref class DirectoryAttributeModification : System::DirectoryServices::Protocols::DirectoryAttribute
public class DirectoryAttributeModification : System.DirectoryServices.Protocols.DirectoryAttribute
type DirectoryAttributeModification = class
inherit DirectoryAttribute
Public Class DirectoryAttributeModification
Inherits DirectoryAttribute
- Inheritance
Constructors
| Name | Description |
|---|---|
| DirectoryAttributeModification() |
The DirectoryAttributeModification() constructor creates an instance of the DirectoryAttributeModification class. |
Properties
| Name | Description |
|---|---|
| Item[Int32] |
The Item[Int32] property gets or sets the DirectoryAttribute object at the specified index. (Inherited from DirectoryAttribute) |
| Name |
The Name property contains the attribute name. (Inherited from DirectoryAttribute) |
| Operation |
The Operation property specifies one of DirectoryAttributeOperation modifications to perform. |
Methods
| Name | Description |
|---|---|
| Add(Byte[]) |
The Add(Byte[]) method adds the specified value to this attribute. (Inherited from DirectoryAttribute) |
| Add(String) |
The Add(String) method adds the specified value to this attribute. (Inherited from DirectoryAttribute) |
| Add(Uri) |
The Add(Uri) method adds the specified value to this attribute. (Inherited from DirectoryAttribute) |
| AddRange(Object[]) |
The AddRange(Object[]) method adds an array of values to the attribute. (Inherited from DirectoryAttribute) |
| Contains(Object) |
The Contains(Object) method determines if the attribute contains the specified value. (Inherited from DirectoryAttribute) |
| CopyTo(Object[], Int32) |
The CopyTo(Object[], Int32) method copies the entire collection to a one-dimensional array, starting at the specified index of the target array. (Inherited from DirectoryAttribute) |
| GetValues(Type) |
The GetValues(Type) method returns all values of the specified type. (Inherited from DirectoryAttribute) |
| IndexOf(Object) |
The IndexOf(Object) method returns the zero-based index of the first occurrence of the specified Object in the DirectoryAttribute collection. (Inherited from DirectoryAttribute) |
| Insert(Int32, Byte[]) |
The Insert(Int32, Byte[]) method inserts the specified |
| Insert(Int32, String) |
The Insert(Int32, String) method inserts the specified |
| Insert(Int32, Uri) |
The Insert(Int32, Uri) method inserts the specified |
| OnValidate(Object) |
The OnValidate(Object) method verifies that |
| Remove(Object) |
The Remove(Object) method removes the first occurrence of the specified |