Share via


BasicTransferInformation.UserToken Property

Gets or sets a token that can be used with a notification when an asynchronous transfer is completed to uniquely identify this transfer.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property UserToken As Object
public Object UserToken { get; set; }
public:
property Object^ UserToken {
    Object^ get ();
    void set (Object^ value);
}
member UserToken : Object with get, set
function get UserToken () : Object 
function set UserToken (value : Object)

Property Value

Type: Object
A token that can be used with a notification when an asynchronous transfer is completed to uniquely identify this transfer.

.NET Framework Security

See Also

Reference

BasicTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace

IDataCollectionAwareTestAdapter