Click or drag to resize

AppIdentifierAppId Property

The unique application identifier located within a specific application directory instance. An example of an appId might be 'app@sub.root'.

Namespace:  OpenfinDesktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public string AppId { get; set; }

Property Value

Type: String
The application identifier.
See Also