INodeWithIcon.Icon Property

 

Applies To: SQL Server 2016 Preview

Gets the normal icon.

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

Syntax

Icon Icon { get; }
property Icon^ Icon {
    Icon^ get();
}
abstract Icon : Icon with get
ReadOnly Property Icon As Icon

Property Value

Type: System.Drawing.Icon

The normal icon.

See Also

INodeWithIcon Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top