ContactJobInfo.Department 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 le service des informations de travail pour un contact. La longueur de chaîne maximale pour le service est de 100 caractères.
public:
property Platform::String ^ Department { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Department();
void Department(winrt::hstring value);
public string Department { get; set; }
var string = contactJobInfo.department;
contactJobInfo.department = string;
Public Property Department As String
Valeur de propriété
Service des informations de travail pour un contact. La longueur de chaîne maximale pour le service est de 100 caractères.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|