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

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

Property Value

Type: Int32
The ID for the log entry.

.NET Framework Security

See Also

Reference

TestMessageLogEntryIdentity Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace