TestResultMessage.Id Property

Definition

Gets or sets the ID for this test result message.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestResultId ^ Id { Microsoft::VisualStudio::TestTools::Common::TestResultId ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestResultId Id { get; }
member this.Id : Microsoft.VisualStudio.TestTools.Common.TestResultId
Public ReadOnly Property Id As TestResultId

Property Value

The ID for this test result message.

Applies to