Share via


WebReferenceOptions.Verbose 屬性

定義

取得或設定 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

適用於