PSHost.InstanceId 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.
Gets a GUID that uniquely identifies this instance of the host. The value should remain invariant for the lifetime of this instance.
public:
abstract property Guid InstanceId { Guid get(); };
public abstract Guid InstanceId { get; }
member this.InstanceId : Guid
Public MustOverride ReadOnly Property InstanceId As Guid