Propriété AtomTextConstruct.Text
Obtient ou définit le contenu du texte.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Text As String
Get
Set
'Utilisation
Dim instance As AtomTextConstruct
Dim value As String
value = instance.Text
instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)
Valeur de propriété
Type : System.String
Contenu du texte.