ContactJobInfo.CompanyName Propriété

Définition

Obtient ou définit le nom de l’entreprise des informations de travail d’un contact. La longueur maximale de chaîne pour le nom de la société est de 64 caractères.

public:
 property Platform::String ^ CompanyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CompanyName();

void CompanyName(winrt::hstring value);
public string CompanyName { get; set; }
var string = contactJobInfo.companyName;
contactJobInfo.companyName = string;
Public Property CompanyName As String

Valeur de propriété

String

Platform::String

winrt::hstring

Nom de l’entreprise des informations de travail d’un contact. La longueur maximale de chaîne pour le nom de la société est de 64 caractères.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à