_UserDefinedProperty.Formula 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.
Renvoie une valeur String (chaîne en C#) qui représente la formule de l’objet UserDefinedProperty . En lecture seule.
public:
property System::String ^ Formula { System::String ^ get(); };
public string Formula { get; }
Public ReadOnly Property Formula As String