Click to Rate and Give Feedback

  Switch on low bandwidth view
VerbsCommon Class
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)
 
Visual Basic
Public NotInheritable Class VerbsCommon
C#
public static class VerbsCommon
C++
public ref class VerbsCommon abstract sealed
J#
public final class VerbsCommon
JScript
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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker