Share via


ITestPoint.UserData Property

 

Gets or sets an arbitrary object that the user has associated with this test point.

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 object.

Remarks

The value of this property is not persisted, but is used to extend API objects dynamically.

See Also

ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top