Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property Object^ UserToken {
	[CompilerGeneratedAttribute]
	Object^ get();
	[CompilerGeneratedAttribute]
	void set(Object^ value);
}

Property Value

Type: System::Object^

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

Return to top
Show: