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.
Enumerates the possible levels for the log entry in the test message log.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public enum TestMessageLogEntryLevel
public enum class TestMessageLogEntryLevel
type TestMessageLogEntryLevel
Public Enumeration TestMessageLogEntryLevel
Members
Member name | Description | |
---|---|---|
Error | The message is an error message. |
|
Info | The message is informational. |
|
Verbose | The message is an extensive message. |
|
Warning | The message is a warning. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top