IDatabaseProjectConfiguration.ConfigName Property
Gets the name of the configuration.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property ConfigName As String
Get
'Usage
Dim instance As IDatabaseProjectConfiguration
Dim value As String
value = instance.ConfigName
string ConfigName { get; }
property String^ ConfigName {
String^ get ();
}
function get ConfigName () : String
abstract ConfigName : string
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectConfiguration Interface
IDatabaseProjectConfiguration Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace