ApplicationPatch interface 
Application properties that can be patched.
Properties
| application | Resource Type of Application. | 
| command | Command Line Arguments for Application. | 
| command | Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all. | 
| description | Description of Application. | 
| file | Specifies a path for the executable file for the application. | 
| friendly | Friendly name of Application. | 
| icon | Index of the icon. | 
| icon | Path to icon. | 
| msix | Specifies the package application Id for MSIX applications | 
| msix | Specifies the package family name for MSIX applications | 
| show | Specifies whether to show the RemoteApp program in the RD Web Access server. | 
| tags | tags to be updated | 
Property Details
		applicationType
	 
	Resource Type of Application.
applicationType?: stringProperty Value
string
		commandLineArguments
	  
	Command Line Arguments for Application.
commandLineArguments?: stringProperty Value
string
		commandLineSetting
	  
	Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
commandLineSetting?: stringProperty Value
string
description
Description of Application.
description?: stringProperty Value
string
		filePath
	 
	Specifies a path for the executable file for the application.
filePath?: stringProperty Value
string
		friendlyName
	 
	Friendly name of Application.
friendlyName?: stringProperty Value
string
		iconIndex
	 
	Index of the icon.
iconIndex?: numberProperty Value
number
		iconPath
	 
	Path to icon.
iconPath?: stringProperty Value
string
		msixPackageApplicationId
	   
	Specifies the package application Id for MSIX applications
msixPackageApplicationId?: stringProperty Value
string
		msixPackageFamilyName
	   
	Specifies the package family name for MSIX applications
msixPackageFamilyName?: stringProperty Value
string
		showInPortal
	 
	Specifies whether to show the RemoteApp program in the RD Web Access server.
showInPortal?: booleanProperty Value
boolean
tags
tags to be updated
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}