TestMessageLogEntryIdentity.EntryId Property
Gets the ID for the log entry.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public int EntryId { get; }
public:
property int EntryId {
int get();
}
member EntryId : int with get
Public ReadOnly Property EntryId As Integer
Property Value
Type: System.Int32
The ID for the log entry.
See Also
TestMessageLogEntryIdentity Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top