Click or drag to resize

McApplicationSettings Property (String, String)

Provides access to the application settings.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Settings ( 
	Optional Module As String = "Application",
	Optional Section As String = "Global"
) As McSettings
	Get

Parameters

Module (Optional)
Type: SystemString
Section (Optional)
Type: SystemString

Property Value

Type: McSettings

Return Value

Type: McSettings

Implements

IMcApplication2.Settings
IMcApplication.Settings
Remarks