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