Gets a
System.String that represents the name of the data access settings section.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public ReadOnly Property DataAccessSettingsSectionName As String |
| C# | |
|---|
public override string DataAccessSettingsSectionName {get;} |
| C++/CLI | |
|---|
public:
property String^ DataAccessSettingsSectionName override {
String^ get();
} |
Property Value
A
System.String that represents the name of the data access settings section.
Remarks
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