다음을 통해 공유


WebAuthenticatorResult.Properties 속성

정의

구문 분석된 키/값 쌍의 사전은 콜백 URI의 쿼리 문자열을 형성합니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string> Properties { get; set; }
member this.Properties : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Properties As Dictionary(Of String, String)

속성 값

적용 대상