Click or drag to resize

CurrentApplicationInstanceGuid Property

Gets a Guid that uniquely identifies the current application instance. Needed for drag/drop operations to decide if a drag source is coming from the own instance or another one.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Guid ApplicationInstanceGuid { get; }

Property Value

Guid
The application instance unique identifier.
See Also