Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
int TestMessageLogId { get; }
property int TestMessageLogId {
int get();
}
abstract TestMessageLogId : int with get
ReadOnly Property TestMessageLogId As Integer
Property Value
Type: System.Int32
The log ID for this log entry.
See Also
ITestMessageLogEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top