DirectoryRequest 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 DirectoryRequest class is the base class for request related classes, like the SearchRequest and AddRequest classes.
public ref class DirectoryRequest abstract : System::DirectoryServices::Protocols::DirectoryOperation
public abstract class DirectoryRequest : System.DirectoryServices.Protocols.DirectoryOperation
type DirectoryRequest = class
inherit DirectoryOperation
Public MustInherit Class DirectoryRequest
Inherits DirectoryOperation
- Inheritance
- Derived
Properties
Controls |
The Controls property contains a DirectoryControlCollection object. |
RequestId |
The RequestId property contains the |
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. |