Partager via


SecondaryAuthenticationFactorInfo.DeviceModelNumber Propriété

Définition

Obtient le numéro de modèle de l’appareil.

Notes

Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement configuré par Microsoft pour utiliser la fonctionnalité secondaryAuthenticationFactor , les appels à cette API échouent. Pour demander une approbation, contactez cdfonboard@microsoft.com. Pour plus d’informations sur les fonctionnalités, consultez Déclarations de fonctionnalités d’application. Pour obtenir une vue d’ensemble de l’infrastructure d’appareils complémentaires, consultez la vue d’ensemble du déverrouillage Windows avec les appareils d’accompagnement (IoT).

public:
 property Platform::String ^ DeviceModelNumber { Platform::String ^ get(); };
winrt::hstring DeviceModelNumber();
/// [get: Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DeviceModelNumber();
public string DeviceModelNumber { get; }
public string DeviceModelNumber { [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var string = secondaryAuthenticationFactorInfo.deviceModelNumber;
Public ReadOnly Property DeviceModelNumber As String

Valeur de propriété

String

Platform::String

winrt::hstring

Numéro de modèle de l’appareil.

Attributs

S’applique à

Voir aussi