WebAccount.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.
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
The properties of the WebAccount.