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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.