Job.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. Verbose output of job is written to this stream.
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
Object is disposed.