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 test result that is used that contains the run level results.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property Result As RunResultAndStatistics
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
RunResultAndStatistics^ get ();
internal: void set (RunResultAndStatistics^ value);
}
member Result : RunResultAndStatistics with get, internal set
function get Result () : RunResultAndStatistics
internal function set Result (value : RunResultAndStatistics)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
The test result that contains the run level results.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.