ReadHostCommand.MaskInput Property

Definition

Gets or sets whether the console will echo the input as is typed. If set then the cmdlet returns a regular string.

[System.Management.Automation.Parameter(ParameterSetName="AsString")]
public System.Management.Automation.SwitchParameter MaskInput { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="AsString")>]
member this.MaskInput : System.Management.Automation.SwitchParameter with get, set
Public Property MaskInput As SwitchParameter

Property Value

Attributes

Applies to