DatabaseConnectionControl.SecondControlInAPair Property

Sets whether this control is the second in a pair of controls on a form.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public WriteOnly Property SecondControlInAPair As Boolean
    Set
'Usage
Dim instance As DatabaseConnectionControl
Dim value As Boolean

instance.SecondControlInAPair = value
[BrowsableAttribute(false)]
public bool SecondControlInAPair { set; }
[BrowsableAttribute(false)]
public:
property bool SecondControlInAPair {
    void set (bool value);
}
function set SecondControlInAPair (value : boolean)
[<BrowsableAttribute(false)>]
member SecondControlInAPair : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseConnectionControl Class

DatabaseConnectionControl Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.DatabaseConnectionControl Namespace