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