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
- 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.