BasicTransferInformation.UserToken Property

Definition

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

public:
 property System::Object ^ UserToken { System::Object ^ get(); void set(System::Object ^ value); };
public object UserToken { get; set; }
member this.UserToken : obj with get, set
Public Property UserToken As Object

Property Value

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

Applies to