PowerShell.Streams 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.
Streams generated by PowerShell invocations.
public:
property System::Management::Automation::PSDataStreams ^ Streams { System::Management::Automation::PSDataStreams ^ get(); };
public System.Management.Automation.PSDataStreams Streams { get; }
member this.Streams : System.Management.Automation.PSDataStreams
Public ReadOnly Property Streams As PSDataStreams