Click or drag to resize

RuntimeOptionsStartupApplicationOptions Property

Gets or sets the application options for the application which is created and run when calling ConnectAndRun(Action).

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public ApplicationOptions StartupApplicationOptions { get; set; }

Property Value

Type: ApplicationOptions
See Also