PSDataStreams.Verbose Property

Definition

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.

Applies to