PSActivity.PSVerbose 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 Verbose stream / collection for the activity.
public:
property System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^> ^ PSVerbose { System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^> ^ get(); void set(System::Activities::InOutArgument<System::Management::Automation::PSDataCollection<System::Management::Automation::VerboseRecord ^> ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.VerboseRecord>> PSVerbose { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSVerbose : System.Activities.InOutArgument<System.Management.Automation.PSDataCollection<System.Management.Automation.VerboseRecord>> with get, set
Public Property PSVerbose As InOutArgument(Of PSDataCollection(Of VerboseRecord))
Property Value
- Attributes