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
- 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.
See Also
Reference
BasicTransferInformation Class