Gets the configuration section name which maps to the
DataAccessSettings configuration section.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property DataAccessSettingsSectionName As String |
C# | |
---|
string DataAccessSettingsSectionName {get;} |
C++/CLI | |
---|
property String^ DataAccessSettingsSectionName {
String^ get();
} |
Property Value
The configuration section name for the mapped
DataAccessSettings section.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also