 | QueryResultFlatModelVmSnapshotFileNames Property |
Gets or sets the vm snapshot file names.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string[] VmSnapshotFileNames { get; set; }
Public Property VmSnapshotFileNames As String()
Get
Set
public:
property array<String^>^ VmSnapshotFileNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
member VmSnapshotFileNames : string[] with get, set
Property Value
Type:
String
The vm snapshot file names.
See Also