Click or drag to resize

ApplicationOptionsName Property

The Name property represents the the name for the Application's main window window which must be unique within the context of the invoking Application.

Default: An empty string

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

Property Value

Type: String
The Name property gets the value of the underlying JObject field, "name".
See Also