| Visual Basic (Declaration) | |
|---|---|
<ConfigurationPropertyAttribute(IsRequired=False, Name="defaultDatabase", IsDefaultCollection=False, IsKey=False)> Public Property DefaultDatabase As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ConfigurationPropertyAttribute(IsRequired=false, Name="defaultDatabase", IsDefaultCollection=false, IsKey=false)] public string DefaultDatabase {get; set;} | |
| C++/CLI | |
|---|---|
[ConfigurationPropertyAttribute(IsRequired=false, Name="defaultDatabase", IsDefaultCollection=false, IsKey=false)] public: property String^ DefaultDatabase { String^ get(); void set (String^ value); } | |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code