AuthFailure.AdditionalParams 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.
public:
property IMapView<Platform::String ^, Platform::String ^> ^ AdditionalParams { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> AdditionalParams();
public IReadOnlyDictionary<string,string> AdditionalParams { get; }
var iMapView = authFailure.additionalParams;
Public ReadOnly Property AdditionalParams As IReadOnlyDictionary(Of String, String)