DataAddedEventArgs.PowerShellInstanceId 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.
PowerShell InstanceId which added this data. Guid.Empty, if the data is not added by a PowerShell instance.
public:
property Guid PowerShellInstanceId { Guid get(); };
public Guid PowerShellInstanceId { get; }
member this.PowerShellInstanceId : Guid
Public ReadOnly Property PowerShellInstanceId As Guid