AddResponse Classe
Definizione
La classe AddResponse è restituita da SendRequest(DirectoryRequest) in risposta a AddRequest.The AddResponse class is returned by SendRequest(DirectoryRequest) as a response to AddRequest.
public ref class AddResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class AddResponse : System.DirectoryServices.Protocols.DirectoryResponse
type AddResponse = class
inherit DirectoryResponse
Public Class AddResponse
Inherits DirectoryResponse
- Ereditarietà
Proprietà
Controls |
La proprietà Controls contiene una matrice di oggetti DirectoryControl restituiti dal server.The Controls property contains an array of DirectoryControl objects returned by the server. (Ereditato da DirectoryResponse) |
ErrorMessage |
La proprietà ErrorMessage contiene l'eventuale messaggio di errore per l'operazione.The ErrorMessage property contains the error message, if any, for this operation. (Ereditato da DirectoryResponse) |
MatchedDN |
La proprietà MatchedDN contiene il nome distinto corrispondente restituito dal server.The MatchedDN property contains the matched distinguished name returned by the server. (Ereditato da DirectoryResponse) |
Referral |
La proprietà Referral contiene i riferimenti del server.The Referral property contains the server referrals. (Ereditato da DirectoryResponse) |
RequestId |
La proprietà RequestId contiene l'identificatore della richiesta.The RequestId property contains the Request Identifier. (Ereditato da DirectoryResponse) |
ResultCode |
La proprietà ResultCode contiene il codice di risultato dell'operazione.The ResultCode property contains the result code of the operation. (Ereditato da DirectoryResponse) |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |