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
public interface ITestMessageLogEntry : IIdentifiable<TestMessageLogEntryIdentity>
public interface class ITestMessageLogEntry : IIdentifiable<TestMessageLogEntryIdentity>
type ITestMessageLogEntry = 
    interface
        interface IIdentifiable<TestMessageLogEntryIdentity>
    end
Public Interface ITestMessageLogEntry
    Inherits IIdentifiable(Of TestMessageLogEntryIdentity)
Properties
| 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  | 
See Also
ITestMessageLogEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top
.jpeg)