Share via


ITestMessageLogEntry.EntryId Property

Gets the numeric sequence for this entry in the log.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property EntryId As Integer
int EntryId { get; }
property int EntryId {
    int get ();
}
abstract EntryId : int with get
function get EntryId () : int

Property Value

Type: Int32
The numeric sequence for this entry in the log.

.NET Framework Security

See Also

Reference

ITestMessageLogEntry Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace