ISolutionConfig.DeployOnPublishingServer Property¶
Gets or sets a value indicating whether the package will tested by deplying it to the publishing server.
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¶
bool DeployOnPublishingServer { get; set; }
VB¶
Property DeployOnPublishingServer As Boolean
Get
Set
Property Value¶
Type: Booleantrue
if the package will be tested by deplying it to the publishing server; otherwise, false
.
See Also¶
Reference¶
ISolutionConfig Interface
Citrix.SDK.AppDNA.Solutions.AppV Namespace