Click or drag to resize

WindowgetName Method

Note: This API is now obsolete.

Returns the name of the window As registered with the AppDesktop.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
[ObsoleteAttribute("This method has been deprecated. Use Window.Name property instead.")]
public string getName()

Return Value

Type: String

[Missing <returns> documentation for "M:Openfin.Desktop.Window.getName"]

See Also