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 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
object UserData { get; set; }
property Object^ UserData {
Object^ get();
void set(Object^ value);
}
abstract UserData : Object with get, set
Property UserData As Object
Property Value
Type: System.Object
An arbitrary object or value.
See Also
ITestObject<T> Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top