AppVSolution Class¶
Represents an App-V solution instance.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.AppV.AppVSolution
Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class AppVSolution : INotifyPropertyChanged,
ISolution, IEquatable<AppVSolution>
VB¶
Public Class AppVSolution
Implements INotifyPropertyChanged, ISolution, IEquatable(Of AppVSolution)
The AppVSolution type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AnalysisData | Gets the analysis data for this instance. |
![]() | Applications | Gets the collection of Application objects associated with the solution. |
![]() | DeployOnManagementServer | Gets a value indicating whether to deploy the package on the management server. |
![]() | DeployOnPublishingServer | Gets a value indicating whether the package will tested by deploying it to the publishing server. |
![]() | Description | Gets the description of the solution. |
![]() | Identifier | Gets the identifier of the solution. |
![]() | IPNameManagementServer | Gets the IP address or machine name of the management server. |
![]() | IPNamePublishingServer | Gets the IP address or machine name of the publishing server. |
![]() | LatestAnalyzedState | Gets a value indicating whether the solution is analyzed. |
![]() | LoginManagementServer | Gets the login used to connect to the management server. |
![]() | LoginPublishingServer | Gets the login used to connect to the publishing server. |
![]() | ManualMode | Gets a value indicating whether the solution's applications will be install captured/sequenced in manual mode (i.e. autoclick feature is disabled). |
![]() | Name | Gets the name of the solution. |
![]() | NotImportedApplicationLocations | Gets the collection of String objects associated with the solution. |
![]() | OutPackageDirectory | Gets the path to the out package directory. |
![]() | PasswordManagementServer | Gets the password used to connect to the management server. |
![]() | PasswordPublishingServer | Gets the password used to connect to the publishing server. |
![]() | PrerequisitesFolder | Gets App-V prerequisites folder. |
![]() | ReportingRequirements | Gets the report, group and algorithm requirements for this instance. |
![]() | Reports | Gets the available reports for this solution. |
![]() | SequenceDependenciesWithinOnePackage | Gets a value indicating whether an application with dependencies will be sequenced within one App-V package. |
![]() | VmConfigs | Gets virtual machine configurations for the solutions |
![]() | Workflow | Gets the solution workflow. |
Methods¶
Name | Description | |
---|---|---|
![]() | Analyze() | Analyzes this solution. |
![]() | Analyze(Boolean) | Starts the solution analysis. |
![]() | AnalyzeInBackground() | Analyzes this solution in background. |
![]() | AnalyzeInBackground(Boolean) | Analyzes this solution in background. |
![]() | ApplicationSelectionScope | Gets a collection of applications that will be used to generate the solution's report. |
![]() | Delete | Deletes this solution. |
![]() | Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).) |
![]() | Equals(AppVSolution) | Indicates whether the current object is equal to another object of the same type. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetSelectionScope | Obsolete. Gets a collection of application ids that will be used to generate the solution's report |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Processing | Gets a processing. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Occures when the solution is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |
Remarks¶
The solution instance is the stored configuration of a solution template.