Share via


IView.Text Property

Gets or sets the name of the view.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Property Text As String
    Get
    Set
'Usage
Dim instance As IView
Dim value As String

value = instance.Text

instance.Text = value
string Text { get; set; }
property String^ Text {
    String^ get ();
    void set (String^ value);
}
abstract Text : string with get, set
function get Text () : String
function set Text (value : String)

Property Value

Type: System.String
A string that specifies the name of this control.