Instances of the CliVerb class represent behavior available through the alias. The Name property defines the actual function to be invoked when the verb is used in a command. The function may be either a fiixed list of system defined standard functions such as CALL. Or the function may be a method by on the Target of the alias. The verb has both a Descriptions property providing a description of what the verb does and a Usages property providing a description of how the verb should be called.
'The VerbType property identifies the type of the verb. If the VerbType property has the value 2 (CommandLine), the verb is executed by invocation of the command line utility named in the Derivation property. If no Parameters are provided as a part of the verb definition, at invocation time the text up to the next carriage return should be passed to the utility named in the Derivation property. If any Parameters are provided as a part of the verb definition - the parameter definitions should be used in checking actual parameters provided at invocation time.'
Values
['Class Method', 'Standard', 'CommandLine']
VerbType property is in 1 class (MSFT_CliVerb) of ROOT\Cli and in 2 namespaces
'Instances of the CliVerb class represent behavior available through the alias. The Name property defines the actual function to be invoked when the verb is used in a command. The function may be either a fiixed list of system defined standard functions such as CALL. Or the function may be a method by on the Target of the alias. The verb has both a Descriptions property providing a description of what the verb does and a Usages property providing a description of how the verb should be called.'