DynamicCmdlet.SimpleParam Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void SimpleParam (string paramName, Type type, string helpMessage, bool mandatory = false, bool usePipeline = false, params string[] argumentCompleterList);
member this.SimpleParam : string * Type * string * bool * bool * string[] -> unit
Public Sub SimpleParam (paramName As String, type As Type, helpMessage As String, Optional mandatory As Boolean = false, Optional usePipeline As Boolean = false, ParamArray argumentCompleterList As String())
Parameters
- paramName
- String
- type
- Type
- helpMessage
- String
- mandatory
- Boolean
- usePipeline
- Boolean
- argumentCompleterList
- String[]