WorkflowServiceAttributes.ValidateMustUnderstand 속성

정의

시스템 또는 애플리케이션이 SOAP MustUnderstand 헤더 처리를 적용할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool ValidateMustUnderstand { bool get(); void set(bool value); };
public bool ValidateMustUnderstand { get; set; }
member this.ValidateMustUnderstand : bool with get, set
Public Property ValidateMustUnderstand As Boolean

속성 값

true 시스템이 SOAP 헤더 MustUnderstand 처리를 수행하면 이고, 그렇지 않으면 false애플리케이션이 이 처리를 수행한다는 것을 나타냅니다.

설명

기본값은 true입니다.

적용 대상