DsmlRequestDocument.ResponseOrder Property
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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.