WorkflowServiceAttributes.ValidateMustUnderstand プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
システムまたはアプリケーションが 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 です。