Defines the common verb names that can be used to name cmdlets, such as the verbs “get” and “set.”
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)
Public NotInheritable Class VerbsCommon
public static class VerbsCommon
public ref class VerbsCommon abstract sealed
public final class VerbsCommon
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.
System.Object
System.Management.Automation.VerbsCommon
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2 Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2