Table of Contents

Class XenDesktopApplicationAppvSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the App-V settings for a given application.

public class XenDesktopApplicationAppvSettings : BypassSection
Inheritance
XenDesktopApplicationAppvSettings
Inherited Members

Constructors

XenDesktopApplicationAppvSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopApplicationAppvSettings class.

public XenDesktopApplicationAppvSettings()

Properties

ManagementServer

Gets or sets the URL of the App-V management server.

public string ManagementServer { get; set; }

Property Value

string

Name

Gets or sets the name of the App-V package.

public string Name { get; set; }

Property Value

string

PackageId

Gets or sets the unique identifier of the package in GUID format - for example "b445ecb6-4941-47cb-b5aa-2ad673bdb662_2".

public string PackageId { get; set; }

Property Value

string

PackageLocation

Gets or sets the absolute path to the package - for example "\demo-appv01\packages\FireFox\FireFox.appv".

public string PackageLocation { get; set; }

Property Value

string

PublishingServer

Gets or sets the URL of the App-V publishing server.

public string PublishingServer { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.XenDesktopApplicationAppvSettings class from the specified XML.

public static XenDesktopApplicationAppvSettings FromXml(string Xml)

Parameters

Xml string

The XML representation of the object.

Returns

XenDesktopApplicationAppvSettings

A CENTREL.XIA.Configuration.Types.XenDesktopApplicationAppvSettings class.

ToString()

Returns the App-V settings as a human readable string.

public override string ToString()

Returns

string

The App-V settings as a human readable string.