Get Application Result
data class GetApplicationResult(val applicationType: String? = null, val commandLineArguments: String? = null, val commandLineSetting: String, val description: String? = null, val filePath: String? = null, val friendlyName: String? = null, val iconContent: String, val iconHash: String, val iconIndex: Int? = null, val iconPath: String? = null, val id: String, val msixPackageApplicationId: String? = null, val msixPackageFamilyName: String? = null, val name: String, val objectId: String, val showInPortal: Boolean? = null, val type: String)
Schema for Application properties.
Constructors
Link copied to clipboard
constructor(applicationType: String? = null, commandLineArguments: String? = null, commandLineSetting: String, description: String? = null, filePath: String? = null, friendlyName: String? = null, iconContent: String, iconHash: String, iconIndex: Int? = null, iconPath: String? = null, id: String, msixPackageApplicationId: String? = null, msixPackageFamilyName: String? = null, name: String, objectId: String, showInPortal: Boolean? = null, type: String)
Properties
Link copied to clipboard
Resource Type of Application.
Link copied to clipboard
Command Line Arguments for Application.
Link copied to clipboard
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.
Link copied to clipboard
Description of Application.
Link copied to clipboard
Friendly name of Application.
Link copied to clipboard
the icon a 64 bit string as a byte array.
Link copied to clipboard
Specifies the package application Id for MSIX applications
Link copied to clipboard
Specifies the package family name for MSIX applications
Link copied to clipboard
Specifies whether to show the RemoteApp program in the RD Web Access server.