WebReferenceOptions::Verbose Property

 

Gets or sets a Boolean value that indicates whether verbose warning messages are to be generated during compilation of a client proxy or a server stub.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property bool Verbose {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if verbose warning messages are to be generated during compilation of a client proxy or a server stub; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: