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。