Enum RemoteAppCommandLineSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines what command line argument settings a RemoteApp application should use.
public enum RemoteAppCommandLineSetting
Fields
AllowAny = 1
Allow any command line arguments.
DoNotAllow = 0
Do not allow command line arguments.
Unknown = 1024
The command line setting is unknown.
UseRequired = 2
Always use the required command line arguments.