CmdletAttribute
Class
Definition
Identifies a class as a cmdlet and specifies the verb and noun identifying this cmdlet.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class CmdletAttribute : System.Management.Automation.CmdletCommonMetadataAttribute
- Inheritance
- Attributes
Inherited Members
System.Management.Automation.CmdletCommonMetadataAttribute
Constructors
| CmdletAttribute(String, String) |
Initializes a new instance of the CmdletAttribute class |
Properties
| NounName |
Gets the cmdlet noun |
| VerbName |
Gets the cmdlet verb |