WebAuthenticationTransferTokenRequest.CorrelationId Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

Applies to