Returns the app setttings section.
Namespace: Composite.Core.ConfigurationAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
public AppSettingsSection AppSettings { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AppSettings As AppSettingsSection Get |
| Visual C++ |
|---|
public: property AppSettingsSection^ AppSettings { AppSettingsSection^ get (); } |