Freigeben über


DeviceAccountConfiguration.AccountIconId Eigenschaft

Definition

Ruft den Bezeichner für das Gerätekontosymbol ab oder legt diese fest.

public:
 property DeviceAccountIconId AccountIconId { DeviceAccountIconId get(); void set(DeviceAccountIconId value); };
DeviceAccountIconId AccountIconId();

void AccountIconId(DeviceAccountIconId value);
public DeviceAccountIconId AccountIconId { get; set; }
var deviceAccountIconId = deviceAccountConfiguration.accountIconId;
deviceAccountConfiguration.accountIconId = deviceAccountIconId;
Public Property AccountIconId As DeviceAccountIconId

Eigenschaftswert

Der Bezeichner für das Gerätekontosymbol.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Gilt für: