Share via


WebAuthenticationTransferTokenRequest.TransferToken Property

Definition

public:
 property Platform::String ^ TransferToken { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TransferToken();

void TransferToken(winrt::hstring value);
public string TransferToken { get; set; }
var string = webAuthenticationTransferTokenRequest.transferToken;
webAuthenticationTransferTokenRequest.transferToken = string;
Public Property TransferToken As String

Property Value

String

Platform::String

winrt::hstring

Applies to