Compartir a través de


AtomTextConstruct.Text Propiedad

Obtiene o establece el contenido de texto.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Text As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Contenido de texto.

Vea también

Referencia

AtomTextConstruct Clase

Espacio de nombres Microsoft.Data.OData.Atom