AuthRequestParams.State Property

Definition

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

void State(winrt::hstring value);
public string State { get; set; }
var string = authRequestParams.state;
authRequestParams.state = string;
Public Property State As String

Property Value

String

Platform::String

winrt::hstring

Applies to