WebServiceBindingAttribute.EmitConformanceClaims 属性

定义

获取或设置一个值,该值指示绑定是否发出符合性声称。

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 的符合性声明。

适用于