Share via


DynamicCmdlet.SimpleParam Method

Definition

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[]

Applies to