Click or drag to resize

OptionsExGetProperty Method

Gets the value of specified property by it's name or JSON name. This methond is intended to get experimental, undocumented or unsupported properties. However, using this method with existing public property name or JSON name will also get the value of that property.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Object GetProperty(
	string name
)

Parameters

name
Type: SystemString
The name or JSON name of the property

Return Value

Type: Object
The value of the property
See Also