PSDataStreams.Verbose 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.
Gets or sets the verbose buffer. Powershell invocation writes the verbose data into this buffer. Can be null.
public:
property System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^ Verbose { System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^ get(); void set(System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^ value); };
public System.Management.Automation.PSDataCollection<System.Management.Automation.VerboseRecord> Verbose { get; set; }
member this.Verbose : System.Management.Automation.PSDataCollection<System.Management.Automation.VerboseRecord> with get, set
Public Property Verbose As PSDataCollection(Of VerboseRecord)
Property Value
Exceptions
Powershell instance cannot be changed in its current state.
Object is disposed.