WebServiceBindingAttribute.EmitConformanceClaims 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示绑定是否发出符合性声称。
public:
property bool EmitConformanceClaims { bool get(); void set(bool value); };
public bool EmitConformanceClaims { get; set; }
member this.EmitConformanceClaims : bool with get, set
Public Property EmitConformanceClaims As Boolean
属性值
如果绑定发出一致性声称,则为 true
;否则为 false
。
注解
此属性的值控制是否在发布 Web 服务的 WSDL 说明时提供 属性表示 ConformsTo 的符合性声明。