|
VMInfoDisplayName Property |
This value is the virtual machine display name.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string DisplayName { get; set; }
Public Property DisplayName As String
Get
Set
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
function get_DisplayName();
function set_DisplayName(value);
Property Value
Type:
String
See Also