Text Property

Gets or sets {insert text here}.

Namespace:  Microsoft.Data.Tools.Design.Core.Controls
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Property Text As String
    Get
    Set
'Usage
Dim instance As EditableContentControl
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)

Property Value

Type: System..::..String

See Also

Reference

EditableContentControl Class

Microsoft.Data.Tools.Design.Core.Controls Namespace