OutStringCommand.Stream 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.
Optional, non positional parameter to specify the streaming behavior. FALSE: accumulate all the data, then write a single string. TRUE: write one line at the time.
public:
property System::Management::Automation::SwitchParameter Stream { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter Stream { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="StreamFormatting")]
public System.Management.Automation.SwitchParameter Stream { get; set; }
member this.Stream : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="StreamFormatting")>]
member this.Stream : System.Management.Automation.SwitchParameter with get, set
Public Property Stream As SwitchParameter
Property Value
- Attributes