DatabaseSchemaViewNode.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
Public Overridable Property Caption As String
    Get
    Set
'Usage
Dim instance As DatabaseSchemaViewNode
Dim value As String

value = instance.Caption

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

Property Value

Type: System.String

Implements

IDatabaseSchemaViewNode.Caption

.NET Framework Security

See Also

Reference

DatabaseSchemaViewNode Class

DatabaseSchemaViewNode Members

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