ModifyRequest Class

Definition

The ModifyRequest class modifies the attributes of an existing directory entry.

public ref class ModifyRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class ModifyRequest : System.DirectoryServices.Protocols.DirectoryRequest
type ModifyRequest = class
    inherit DirectoryRequest
Public Class ModifyRequest
Inherits DirectoryRequest
Inheritance

Constructors

ModifyRequest()

The ModifyRequest() constructor creates an instance of the ModifyRequest class. This constructor creates an empty request.

ModifyRequest(String, DirectoryAttributeModification[])

The ModifyRequest(String, DirectoryAttributeModification[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name and modifications.

ModifyRequest(String, DirectoryAttributeOperation, String, Object[])

The ModifyRequest(String, DirectoryAttributeOperation, String, Object[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name, modification, attribute name, and values.

Properties

Controls

The Controls property contains a DirectoryControlCollection object.

(Inherited from DirectoryRequest)
DistinguishedName

The DistinguishedName property contains the distinguished name of the object to modify.

Modifications

The Modifications property contains a DirectoryAttributeModificationCollection object that specifies a list of attribute modifications.

RequestId

The RequestId property contains the requestID specified in the request.

(Inherited from DirectoryRequest)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
ToXmlNode(XmlDocument)

The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object.

ToXmlNode(XmlDocument)

The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object.

(Inherited from DirectoryRequest)

Applies to