WebAccount.Properties Property

Definition

Gets the properties of the web account.

public:
 property IMapView<Platform::String ^, Platform::String ^> ^ Properties { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Properties();
public IReadOnlyDictionary<string,string> Properties { get; }
var iMapView = webAccount.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, String)

Property Value

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

The properties of the WebAccount.

Applies to