| ApplicationOptionsVersion Property  | 
 Note: This API is now obsolete.
                The Version property represents the version 
                of the application.
                
Default: An empty string
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntax[ObsoleteAttribute]
public string Version { get; set; }Property Value
Type: 
String
                The Version property gets/sets the value of the underlying 
                JObject field, "version".
            
 See Also
See Also