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 object that contains nonpersistable arbitrary data for a custom test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.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: System.Object
An object that contains nonpersistable arbitrary 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.