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

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
System_CAPS_pubproperty DateCreated

Gets the date that this log entry was created.

System_CAPS_pubproperty EntryId

Gets the numeric sequence for this entry in the log.

System_CAPS_pubproperty Id

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubproperty LogLevel

Gets the log level for this entry.

System_CAPS_pubproperty Message

Gets the message for this log entry.

System_CAPS_pubproperty TestMessageLogId

Gets the log ID for this log entry, which is unique for a particular test object.

System_CAPS_pubproperty User

Gets the identity of the user who created the log entry.

System_CAPS_pubproperty UserName

User who created the log entry

See Also

ITestMessageLogEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top