IDatabaseNode.Caption Property

Gets the caption displayed to the user.

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

Syntax

'Declaration
ReadOnly Property Caption As String
    Get
'Usage
Dim instance As IDatabaseNode
Dim value As String

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseNode Interface

IDatabaseNode Members

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