MenuCommandEx.Text Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public string Text { get; set; }
public:
property String^ Text {
    String^ get();
    void set(String^ value);
}
member Text : string with get, set
Public Property Text As String

Property Value

Type: System.String

The text property of the MenuCommandExobject.

See Also

MenuCommandEx Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top