WebAccount.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les propriétés du compte web.
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)
Valeur de propriété
Propriétés du WebAccount.