Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestMessageLogEntryIdentity Constructor (Int32, Int32)

 

Initializes a new instance of the TestMessageLogEntryIdentity structure.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
TestMessageLogEntryIdentity(
	int testMessageLogId,
	int entryId
)

Parameters

testMessageLogId
Type: System::Int32

The ID for the test message log.

entryId
Type: System::Int32

The ID for the log entry.

Return to top
Show: