Public NotInheritable Class VerbsCommon
public static class VerbsCommon
public ref class VerbsCommon abstract sealed
public final class VerbsCommon
The verb portion of a cmdlet name specifies the action that is taken by the cmdlet and is specified by the Cmdlet attribute. For more information about the declaration syntax used to specify the Cmdlet attribute, see Cmdlet Attribute Declaration.
For more information about the guidelines for selecting verb names, see Cmdlet Verb Names.