|
VMInfoSnapshotFileNames Property |
This value is the virtual machine snapshot file names.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string[] SnapshotFileNames { get; set; }
Public Property SnapshotFileNames As String()
Get
Set
public:
property array<String^>^ SnapshotFileNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_SnapshotFileNames();
function set_SnapshotFileNames(value);
Property Value
Type:
String
System directory.
See Also