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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.