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

适用于