Share via


MenuCommandEx.Text Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the text property of the MenuCommandEx object.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Property Text As String 
    Get 
    Set
'Usage
Dim instance As MenuCommandEx 
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
The text property of the MenuCommandExobject.

See Also

Reference

MenuCommandEx Class

Microsoft.DataWarehouse.Interfaces Namespace