The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestMessageLogEntry Interface
Represents a log entry for a test object.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | DateCreated | Gets the date that this log entry was created. |
![]() | EntryId | Gets the numeric sequence for this entry in the log. |
![]() | Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() | LogLevel | Gets the log level for this entry. |
![]() | Message | Gets the message for this log entry. |
![]() | TestMessageLogId | Gets the log ID for this log entry, which is unique for a particular test object. |
![]() | User | Gets the identity of the user who created the log entry. |
![]() | UserName | User who created the log entry |
ITestMessageLogEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace
Show:
