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.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property Result As RunResultAndStatistics
'Usage
Dim instance As TestRun
Dim value As RunResultAndStatistics
value = instance.Result
instance.Result = value
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
RunResultAndStatistics^ get ();
void set (RunResultAndStatistics^ value);
}
public function get Result () : RunResultAndStatistics
public function set Result (value : RunResultAndStatistics)
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
.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.