Verbose Property

MSBuild

Gets or sets the verbose.


Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Verbose As Nullable(Of Boolean)
C#
public Nullable<bool> Verbose { get; set; }
C++
public property Nullable<bool> Verbose sealed  {
    Nullable<bool> get();
    void set(Nullable<boolvalue);
}
J#
/** property */
public Nullable<bool> get_Verbose();

/** property */
public void set_Verbose(Nullable<boolvalue);
JScript
public function get Verbose() : Nullable<bool>

public function set Verbose(value : Nullable<bool>);

Property Value

The verbose.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.