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 的一致性宣告。

適用於