VerbInfo Class

Definition

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.

Applies to