PlatformWindowOptionsName Property |
The Name property represents the name for the window which
must be unique within the context of the invoking Application.
Default: An empty string
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public string Name { get; set; }
Property Value
Type:
String
The Name property gets/sets the value of the underlying
JObject field, "name".
See Also