OutStringCommand.NoNewline 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.
False to add a newline to the end of the output string, true if not.
[System.Management.Automation.Parameter(ParameterSetName="NoNewLineFormatting")]
public System.Management.Automation.SwitchParameter NoNewline { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="NoNewLineFormatting")>]
member this.NoNewline : System.Management.Automation.SwitchParameter with get, set
Public Property NoNewline As SwitchParameter
Property Value
- Attributes