Freigeben über


DeviceAccountConfiguration.IsExternallyManaged Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob das Gerätekonto außerhalb des organization verwaltet wird, oder legt diesen fest.

public:
 property bool IsExternallyManaged { bool get(); void set(bool value); };
bool IsExternallyManaged();

void IsExternallyManaged(bool value);
public bool IsExternallyManaged { get; set; }
var boolean = deviceAccountConfiguration.isExternallyManaged;
deviceAccountConfiguration.isExternallyManaged = boolean;
Public Property IsExternallyManaged As Boolean

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der angibt, ob das Gerätekonto außerhalb des organization verwaltet wird.

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: