Skip to content

IceValidationConfig.ValidatorArguments Property

Specifies the arguments to be passed to the ValidatorExe on its command line.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public string ValidatorArguments { get; set; }

VB

Public Property ValidatorArguments As String
    Get
    Set

Property Value

Type: String

Remarks

The arguments can contain the replaceables "{cub}" which will be replaced by the value of Cub. "{output}" which will be replaced by the full path to a temporary file which is loaded as the ICE validation output and "{MSI}" which will be replaced by the msi-file that is being imported.

See Also

Reference

IceValidationConfig Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?