JobDataAddedEventArgs.DataType 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.
Identifies the type of the sending collection as one of the six collections associated with a job. If data type = output, sender is PSDataCollection of PSObject, Error is of ErrorRecord, etc.
public:
property System::Management::Automation::PowerShellStreamType DataType { System::Management::Automation::PowerShellStreamType get(); };
public System.Management.Automation.PowerShellStreamType DataType { get; }
member this.DataType : System.Management.Automation.PowerShellStreamType
Public ReadOnly Property DataType As PowerShellStreamType