ExperimentalAttribute.Message 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 message facultatif associé à l’attribut expérimental.
public:
property System::String ^ Message { System::String ^ get(); void set(System::String ^ value); };
public string? Message { get; set; }
member this.Message : string with get, set
Public Property Message As String
Valeur de propriété
Message qui fournit des informations supplémentaires sur la fonctionnalité expérimentale.
Remarques
Ce message peut être utilisé pour fournir plus de contexte ou d’aide sur la fonctionnalité expérimentale.