PublishedApplicationDetails Class

Definition

Publishing details of remote application.

public class PublishedApplicationDetails
type PublishedApplicationDetails = class
Public Class PublishedApplicationDetails
Inheritance
PublishedApplicationDetails

Constructors

PublishedApplicationDetails()

Initializes a new instance of the PublishedApplicationDetails class.

PublishedApplicationDetails(String)

Initializes a new instance of the PublishedApplicationDetails class with required arguments.

Properties

Alias

Optional. A short unique name for the application.

AvailableToUsers

Optional. A flag to denote if the application will be available to the end user.

CommandLineArguments

Optional. The command line arguments to launch the application.

IconPngUris

Optional. The available map of icon PNG file URIs for different resolutions (e.g. 16x16, 32x32, 64x64). The key of the map is the first dimension of the PNG resolution.

IconUri

Optional. The URI for the application's default icon PNG file.

Name

Required. The application name.

Status

Optional. The application status.

VirtualPath

Optional. The application image path on the destination machine specified with environment variables for the drive and known system path.

Applies to