ErrorRecord.TargetObject Property

Definition

The object against which the error occurred.

public:
 property System::Object ^ TargetObject { System::Object ^ get(); };
public:
 property Platform::Object ^ TargetObject { Platform::Object ^ get(); };
public object TargetObject { get; }
member this.TargetObject : obj
Public ReadOnly Property TargetObject As Object

Property Value

may be null

Applies to