WebAuthenticationTransferTokenRequest.CorrelationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The correlation identifier for the request, a unique identifier used for tracking authentication-related requests.
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
Contains the correlation ID for the request.