ImportSourceDetails.Transforms Property¶
A collection of full paths to transforms that are to be applied, in order, to the msi specified by SourceFilePath.
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 IEnumerable<string> Transforms { get; set; }
VB¶
Public Property Transforms As IEnumerable(Of String)
Get
Set
Property Value¶
Type: IEnumerable(String)