IDesignerToolWindow.Caption Property

 

Applies To: SQL Server 2016 Preview

Gets the description for the window.

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

Syntax

string Caption { get; set; }
property String^ Caption {
    String^ get();
    void set(String^ value);
}
abstract Caption : string with get, set
Property Caption As String

Property Value

Type: System.String

The description for the window.

See Also

IDesignerToolWindow Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top