DsmlRequestDocument.DocumentProcessing プロパティ

定義

DocumentProcessing プロパティは、コレクションの要素の処理方法を指定する DsmlDocumentProcessing の値の 1 つを格納します。

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

プロパティ値

コレクションの要素の処理方法を指定する DsmlDocumentProcessing の値の 1 つ。

例外

value が無効な列挙値です。

適用対象