DirectoryResponse Class

Definition

The DirectoryResponse class is the base class for request response classes, like the SearchResponse and AddResponse classes.

public ref class DirectoryResponse abstract : System::DirectoryServices::Protocols::DirectoryOperation
public abstract class DirectoryResponse : System.DirectoryServices.Protocols.DirectoryOperation
type DirectoryResponse = class
    inherit DirectoryOperation
Public MustInherit Class DirectoryResponse
Inherits DirectoryOperation
Inheritance
DirectoryResponse
Derived

Properties

Controls

The Controls property contains an array of DirectoryControl objects returned by the server.

ErrorMessage

The ErrorMessage property contains the error message, if any, for this operation.

MatchedDN

The MatchedDN property contains the matched distinguished name returned by the server.

Referral

The Referral property contains the server referrals.

RequestId

The RequestId property contains the Request Identifier.

ResultCode

The ResultCode property contains the result code of the operation.

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)

Applies to