Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the TraceLevel of this logger.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TraceLevel As TraceLevel
public TraceLevel TraceLevel { get; }
public:
property TraceLevel TraceLevel {
TraceLevel get ();
}
member TraceLevel : TraceLevel with get
function get TraceLevel () : TraceLevel
Property Value
Type: System.Diagnostics.TraceLevel
.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.