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