VerbInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a verb used to name commands defined in PowerShell.
public ref class VerbInfo
public class VerbInfo
type VerbInfo = class
Public Class VerbInfo
- Inheritance
-
VerbInfo
Constructors
VerbInfo() |
Properties
AliasPrefix |
The alias prefix, recommended for aliases to commands that begin with this verb. |
Description |
Explains what the verb is meant to do with its object. |
Group |
The name of the functional category of commands that begin with this verb. |
Verb |
The verb name, used to begin command names. |