OSImageService.Get Method¶
Returns a collection with all the OSImage objects.
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 Collection<OSImage> Get()
VB¶
Public Function Get As Collection(Of OSImage)
Return Value¶
Type: Collection(OSImage)
A collection with all the OSImage objects.