Click or drag to resize

McCommandClassName Property

The actual class name for this command.

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

Property Value

Type: String

Return Value

Type: String
Remarks
Simple commands all use McCommand, while more advanced ones use classes derived from McCommandExtended
See Also