JobDataAddedEventArgs.DataType Property

Definition

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

Property Value

Applies to