McApplicationSettings Property (Assembly, String)
|
|
Provides access to the application settings for the specified assembly.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic ReadOnly Property Settings (
assembly As Assembly,
Optional Section As String = ""
) As McSettings
Get
Parameters
- assembly
- Type: System.ReflectionAssembly
- Section (Optional)
- Type: SystemString
Property Value
Type:
McSettingsReturn Value
Type:
McSettings
Remarks
See Also