Click or drag to resize

OptionsExSetProperty Method

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

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

Parameters

name
Type: SystemString
The name or JSON name of the property
value
Type: SystemObject
The new property value
See Also