ITestObject<T>.UserData Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets an arbitrary object or value that is not persisted, but allows test management objects to be dynamically extended.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property UserData As Object
Object UserData { get; set; }
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
abstract UserData : Object with get, set
function get UserData () : Object
function set UserData (value : Object)
Property Value
Type: Object
An arbitrary object or value.
.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.