Compartir a través de


WebAccount.Properties Propiedad

Definición

Obtiene las propiedades de la cuenta 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)

Valor de propiedad

IMapView<String,String>

IReadOnlyDictionary<String,String>

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

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

Propiedades de WebAccount.

Se aplica a