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
int EntryId { get; }
property int EntryId {
int get();
}
abstract EntryId : int with get
ReadOnly Property EntryId As Integer
Property Value
Type: System.Int32
The numeric sequence for this entry in the log.
See Also
ITestMessageLogEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top