Share via


IDatabaseProjectNode.CurrentConfigName Property

Gets the name of the current configuration.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

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