Connection string properties
Namespace:
HS.Sys.TheEnterprise.Common.Wrecks
Assembly:
Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string MasterMlsConnStr { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MasterMlsConnStr As String |
| Visual C++ |
|---|
public:
property String^ MasterMlsConnStr {
String^ get ();
void set (String^ value);
} |
See Also