ConsoleOutputter.Silent Property
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Property Silent As Boolean
Get
Set
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: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.