IVirtualMachine.GetSnapshots Method¶
Retrieves the list of snapshots for the virtual machine.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
List<string> GetSnapshots()
VB¶
Function GetSnapshots As List(Of String)
Return Value¶
Type: List(String)
The list of the snapshot names.
See Also¶
Reference¶
IVirtualMachine Interface
Citrix.SDK.AppDNA.Solutions.AppV.VirtualMachines Namespace