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가 잘못된 열거형 값인 경우

적용 대상