ToolsMenuItemBase.Name Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the menu item.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

Returns a string that represents the name of the menu item.

Implements

IMenuItem.Name

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top