ITestMessageLogEntry.TestMessageLogId Property
Gets the log ID for this log entry, which is unique for a particular test object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property TestMessageLogId As Integer
int TestMessageLogId { get; }
property int TestMessageLogId {
int get ();
}
abstract TestMessageLogId : int with get
function get TestMessageLogId () : int
Property Value
Type: Int32
The log ID for this 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.