CmdletAttribute Constructor

Definition

Initializes a new instance of the CmdletAttribute class

public CmdletAttribute (string verbName, string nounName);
Parameters
verbName
String

verb for the command

nounName
String

noun for the command

Exceptions

for invalid arguments