Click or drag to resize

McSettings Constructor (McApplication, McIdentity, String, String)

Initializes a new instance of the McSettings class

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	application As McApplication,
	identity As McIdentity,
	module As String,
	section As String
)

Parameters

application
Type: MediaCy.IQL.ApplicationMcApplication
identity
Type: MediaCy.IQL.ApplicationMcIdentity
module
Type: SystemString
section
Type: SystemString
See Also