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 です。

適用対象