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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Guid ApplicationInstanceGuid { get; }
Property Value
Guid
The application instance unique identifier.
See Also