DsmlRequestDocument.ErrorProcessing プロパティ

定義

ErrorProcessing プロパティは、エラーの処理方法を指定する DsmlErrorProcessing の値の 1 つを格納します。

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

プロパティ値

DsmlErrorProcessing

エラーの処理方法を指定する DsmlErrorProcessing の値の 1 つ。

例外

value が無効な列挙値です。

適用対象