WebAuthenticationAddAccountResponse.Properties 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.
A dictionary of properties that represent the response data for an AddAccountWithTransferTokenAsync operation.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Properties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Properties();
public IDictionary<string,string> Properties { get; }
var iMap = webAuthenticationAddAccountResponse.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)
Property Value
Returns a dictionary of properties that represent the response data for an AddAccountWithTransferTokenAsync operation.