JoinableTaskCollection.DisplayName 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 un nom explicite qui peut apparaître dans les rapports de blocage.
public:
property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ DisplayName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string DisplayName { get; set; }
public string? DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String
Valeur de propriété
Remarques
Cette propriété ne doit pas être définie sur une valeur qui peut divulguer des informations d’identification personnelle ou d’autres données confidentielles, car cette valeur peut être incluse dans les rapports de blocage envoyés à un tiers.