ContactConnectedServiceAccount.Id 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 ou définit l’identificateur d’un compte de service connecté pour un contact. La longueur de chaîne maximale pour l’identificateur est de 321 caractères.
public:
property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();
void Id(winrt::hstring value);
public string Id { get; set; }
var string = contactConnectedServiceAccount.id;
contactConnectedServiceAccount.id = string;
Public Property Id As String
Valeur de propriété
Identificateur d’un compte de service connecté pour un contact. La longueur de chaîne maximale pour l’identificateur est de 321 caractères.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|