Share via


ConsoleOutputter.Silent Property

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property Silent As Boolean
public bool Silent { get; set; }
public:
property bool Silent {
    bool get ();
    void set (bool value);
}
member Silent : bool with get, set
function get Silent () : boolean 
function set Silent (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ConsoleOutputter Class

Microsoft.VisualStudio.Diagnostics.Logging Namespace