IDatabaseSchemaViewNode.Caption Property

Gets or sets the caption for the node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

value = instance.Caption

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewNode Interface

IDatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace