CompareRequest 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 CompareRequest class determines whether the directory object holds the specified value for the attribute.
public ref class CompareRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class CompareRequest : System.DirectoryServices.Protocols.DirectoryRequest
type CompareRequest = class
inherit DirectoryRequest
Public Class CompareRequest
Inherits DirectoryRequest
- Inheritance
Constructors
CompareRequest() |
The CompareRequest() constructor creates an instance of the CompareRequest class. |
CompareRequest(String, DirectoryAttribute) |
The CompareRequest(String, DirectoryAttribute) constructor creates an instance of the CompareRequest class using the specified distinguished name and attributes. |
CompareRequest(String, String, Byte[]) |
The CompareRequest(String, String, Byte[]) constructor creates an instance of CompareRequest using the specified distinguished name, attribute, and attribute value. |
CompareRequest(String, String, String) |
The CompareRequest(String, String, String) constructor creates an instance of the CompareRequest class using the specified distinguished name, attribute, and attribute value. |
CompareRequest(String, String, Uri) |
The CompareRequest(String, String, Uri) constructor creates an instance of the CompareRequest class using the specified distinguished name, attribute, and attribute value. |
Properties
Assertion |
The Assertion property gets the attribute/value pair used to compare. |
Controls |
The Controls property contains a DirectoryControlCollection object. (Inherited from DirectoryRequest) |
DistinguishedName |
The DistinguishedName property gets or sets the distinguished name of the object to compare. |
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. |
ToXmlNode(XmlDocument) |
The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. (Inherited from DirectoryRequest) |