WebReferenceOptions.Verbose Property

Definition

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.

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

Property Value

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

Applies to