| 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
Syntaxpublic Object GetProperty(
	string name
)
Parameters
- name
- Type: SystemString
 The name or JSON name of the property
Return Value
Type: 
ObjectThe value of the property
 See Also
See Also