WebReferenceOptions.Verbose 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Boolean 值,指出在編譯用戶端 Proxy 或伺服器 Stub 期間,是否會產生詳細警告訊息。
public:
property bool Verbose { bool get(); void set(bool value); };
public bool Verbose { get; set; }
member this.Verbose : bool with get, set
Public Property Verbose As Boolean
屬性值
如果在編譯用戶端 Proxy 或伺服器 Stub 期間會產生詳細警告訊息,則為 true
,否則為 false
。