Share via


VCProject.ManagedDBConnection Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property ManagedDBConnection As String
'Usage
Dim instance As VCProject 
Dim value As String 

value = instance.ManagedDBConnection

instance.ManagedDBConnection = value
string ManagedDBConnection { get; set; }
property String^ ManagedDBConnection {
    String^ get ();
    void set (String^ value);
}
function get ManagedDBConnection () : String 
function set ManagedDBConnection (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VCProject Interface

VCProject Members

Microsoft.VisualStudio.VCProjectEngine Namespace