RedirectionAst.FromStream 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.
The stream to read objects from. Objects are either merged with another stream, or written to a file.
public:
property System::Management::Automation::Language::RedirectionStream FromStream { System::Management::Automation::Language::RedirectionStream get(); };
public System.Management.Automation.Language.RedirectionStream FromStream { get; }
member this.FromStream : System.Management.Automation.Language.RedirectionStream
Public ReadOnly Property FromStream As RedirectionStream