PlatformOptionsIsAdmin 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.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
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