| ApplicationOptionsIsAdmin Property  | 
 Note: This API is now obsolete.
                The IsAdmin property represents if the application has 
                administrator privileges. (e.g., the ability to create 
                and run applications). 
                
Default: false
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntax[ObsoleteAttribute]
public bool IsAdmin { get; set; }Property Value
Type: 
Boolean
                The IsAdmin property gets/sets the value of the underlying 
                JObject field, "isAdmin".
            
 See Also
See Also