ITestMessageLogEntry Interface

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
Public property DateCreated Gets the date that this log entry was created.
Public property EntryId Gets the numeric sequence for this entry in the log.
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property LogLevel Gets the log level for this entry.
Public property Message Gets the message for this log entry.
Public property TestMessageLogId Gets the log ID for this log entry, which is unique for a particular test object.
Public property User Gets the identity of the user who created the log entry.
Public property UserName User who created the log entry

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestMessageLogEntry