SortResponseControl Classe
Definizione
La classe SortResponseControl viene utilizzata per passare i dati di ordinamento dal server al client.The SortResponseControl class is used to pass sort data from the server to the client.
public ref class SortResponseControl : System::DirectoryServices::Protocols::DirectoryControl
public class SortResponseControl : System.DirectoryServices.Protocols.DirectoryControl
type SortResponseControl = class
inherit DirectoryControl
Public Class SortResponseControl
Inherits DirectoryControl
- Ereditarietà
Proprietà
AttributeName |
La proprietà AttributeName contiene il nome dell'attributo.The AttributeName property contains the attribute name. |
IsCritical |
La proprietà IsCritical specifica se il controllo è critico.The IsCritical property specifies whether the control is critical. (Ereditato da DirectoryControl) |
Result |
La proprietà Result restituisce un oggetto ResultCode che contiene il codice del risultato.The Result property returns a ResultCode object that contains the result code. |
ServerSide |
La proprietà ServerSide specifica se si tratta di un controllo sul lato server.The ServerSide property specifies whether this is a server-side control. (Ereditato da DirectoryControl) |
Type |
La proprietà Type contiene l'identificatore di oggetto (OID, Object Identifier) del controllo.The Type property contains the object identifier (OID) of the control. (Ereditato da DirectoryControl) |
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) |
GetValue() |
Il metodo GetValue() restituisce i dati associati al controllo.The GetValue() method returns the data associated with the control. (Ereditato da DirectoryControl) |
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) |