PSInvocationSettings.RemoteStreamOptions 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.
Options for the Error, Warning, Verbose and Debug streams during remote calls.
public:
property System::Management::Automation::RemoteStreamOptions RemoteStreamOptions { System::Management::Automation::RemoteStreamOptions get(); void set(System::Management::Automation::RemoteStreamOptions value); };
public System.Management.Automation.RemoteStreamOptions RemoteStreamOptions { get; set; }
member this.RemoteStreamOptions : System.Management.Automation.RemoteStreamOptions with get, set
Public Property RemoteStreamOptions As RemoteStreamOptions