Share via


IDesignerToolWindow.Caption Property

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

Gets the description for the window.

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

Syntax

'Declaration
Property Caption As String 
    Get 
    Set
'Usage
Dim instance As IDesignerToolWindow 
Dim value As String 

value = instance.Caption

instance.Caption = value
string Caption { get; set; }
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
function get Caption () : String 
function set Caption (value : String)

Property Value

Type: System.String
The description for the window.

See Also

Reference

IDesignerToolWindow Interface

Microsoft.DataWarehouse.Interfaces Namespace