DsmlRequestDocument.DocumentProcessing 属性

定义

DocumentProcessing 属性包含 DsmlDocumentProcessing 的一个值,该值指定集合元素的处理方式。

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 值。

例外

value 是无效的枚举值。

适用于