ReadHostCommand.MaskInput Property
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.
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