TestResultMessage.MessageKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of test result message for this associated test result message.
public:
property Microsoft::VisualStudio::TestTools::Common::TestMessageKind MessageKind { Microsoft::VisualStudio::TestTools::Common::TestMessageKind get(); void set(Microsoft::VisualStudio::TestTools::Common::TestMessageKind value); };
public Microsoft.VisualStudio.TestTools.Common.TestMessageKind MessageKind { get; set; }
member this.MessageKind : Microsoft.VisualStudio.TestTools.Common.TestMessageKind with get, set
Public Property MessageKind As TestMessageKind
Property Value
The kind of test result message for this test result message.