Click or drag to resize

McVariable Constructor (McVariables, String, Type, Boolean)

Initializes a new instance of the McVariable class

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	collection As McVariables,
	name As String,
	type As Type,
	Optional out As Boolean = false
)

Parameters

collection
Type: McVariables
name
Type: SystemString
type
Type: SystemType
out (Optional)
Type: SystemBoolean
See Also