Share via


IDatabaseNode.Caption Property

Gets the caption that is displayed in Solution Explorer.

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

Syntax

'Declaration
ReadOnly Property Caption As String
string Caption { get; }
property String^ Caption {
    String^ get ();
}
abstract Caption : string
function get Caption () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace