Returns the app setttings section.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
AppSettingsSection AppSettings { get; }
Visual Basic
ReadOnly Property AppSettings As AppSettingsSection
	Get
Visual C++
property AppSettingsSection^ AppSettings {
	AppSettingsSection^ get ();
}

See Also