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.
Represents a log entry for a test object.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestMessageLogEntry _
    Inherits IIdentifiable(Of TestMessageLogEntryIdentity)
public interface ITestMessageLogEntry : IIdentifiable<TestMessageLogEntryIdentity>
public interface class ITestMessageLogEntry : IIdentifiable<TestMessageLogEntryIdentity>
type ITestMessageLogEntry =  
    interface 
        interface IIdentifiable<TestMessageLogEntryIdentity>
    end
public interface ITestMessageLogEntry extends IIdentifiable<TestMessageLogEntryIdentity>
The ITestMessageLogEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DateCreated | Gets the date that this log entry was created. | 
| .gif) | EntryId | Gets the numeric sequence for this entry in the log. | 
| .gif) | Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | 
| .gif) | LogLevel | Gets the log level for this entry. | 
| .gif) | Message | Gets the message for this log entry. | 
| .gif) | TestMessageLogId | Gets the log ID for this log entry, which is unique for a particular test object. | 
| .gif) | User | Gets the identity of the user who created the log entry. | 
| .gif) | UserName | User who created the log entry | 
Top
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client Namespace
ITestMessageLogEntry