TestRun.UserData Property
Gets or sets the user data object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property UserData As Object
public Object UserData { get; set; }
public:
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
member UserData : Object with get, set
function get UserData () : Object
function set UserData (value : Object)
Property Value
Type: Object
The user data.
.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.