Click or drag to resize

McSettingsGet Method

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function Get ( 
	Key As String,
	Optional DefaultValue As Object = Nothing
) As Object

Parameters

Key
Type: SystemString
DefaultValue (Optional)
Type: SystemObject

Return Value

Type: Object

Implements

IMcSettings.Get(String, Object)
See Also