DsmlRequestDocument.ResponseOrder Property

Definition

The ResponseOrder property contains one of the values of DsmlResponseOrder that specifies the order of the response.

public:
 property System::DirectoryServices::Protocols::DsmlResponseOrder ResponseOrder { System::DirectoryServices::Protocols::DsmlResponseOrder get(); void set(System::DirectoryServices::Protocols::DsmlResponseOrder value); };
public System.DirectoryServices.Protocols.DsmlResponseOrder ResponseOrder { get; set; }
member this.ResponseOrder : System.DirectoryServices.Protocols.DsmlResponseOrder with get, set
Public Property ResponseOrder As DsmlResponseOrder

Property Value

One of the values of DsmlResponseOrder that specifies the order of the response.

Exceptions

value is an invalid enumeration value.

Applies to