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 ID for the test message log.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public int TestMessageLogId { get; }
public:
property int TestMessageLogId {
int get();
}
member TestMessageLogId : int with get
Public ReadOnly Property TestMessageLogId As Integer
Property Value
Type: System.Int32
The ID for the test message log.
See Also
TestMessageLogEntryIdentity Structure
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top