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