Share via


WebProviderError.Properties Property

Definition

Gets the error properties.

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 = webProviderError.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

The error properties. See WebProviderError.ErrorCode Property for a list of error codes.

Applies to

See also