OSImport.OSImage Property¶
Returns the OSImage object resulting from the import.
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 OSImage OSImage { get; }
VB¶
Public ReadOnly Property OSImage As OSImage
Get
Return Value¶
Type: OSImage
The specified OSImage. Throws an exception if the application import failed or was canceled. Use LogFilePath to view the details of the failure.
Remarks¶
This property cannot be called until IsFinished is true
.