Click or drag to resize

McCommandConfigFiles Property

Returns an array of configuration files paths that will be added to a project when this command is used in a macro.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable ReadOnly Property ConfigFiles As String()
	Get

Property Value

Type: String

Return Value

Type: String
Remarks
The default behavior is to return the values of the properties having the ConfigFile attribute if any, Nothing otherwise.
See Also