See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public DbConnectionStringControl ParentControl { get; set; } |
Visual Basic |
---|
Public Property ParentControl As DbConnectionStringControl
Get
Set |
Visual C++ |
---|
public:
property DbConnectionStringControl^ ParentControl {
DbConnectionStringControl^ get ();
void set (DbConnectionStringControl^ value);
} |
Property Value
Type:
DbConnectionStringControl
See Also