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
SyntaxPublic Overridable ReadOnly Property ConfigFiles As String()
Get
Property Value
Type:
StringReturn Value
Type:
String
RemarksThe default behavior is to return the values of the properties having the ConfigFile attribute
if any, Nothing otherwise.
See Also