Click or drag to resize

McCommandArgument Class

Base class for all command arguments (inputs and outputs)
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommandArgument
    MediaCy.IQL.ApplicationMcCommandInputArgument
    MediaCy.IQL.ApplicationMcCommandOutputArgument

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McCommandArgument

The McCommandArgument type exposes the following members.

Constructors
  NameDescription
Public methodMcCommandArgument
Initializes a new instance of the McCommandArgument class
Top
Properties
  NameDescription
Public propertyArgumentType
Returns the type of the argument value or nothing for untyped arguments.
Public propertyDescription
Returns a description of this object
Public propertyValue
Get or set the vaklue of this argument.
Public propertyVariable
Get or set the name of the parent variable associated to that input.
Top
Remarks