|
VirtualSwitchInfoSwitchUuid Property |
This value is the virtual switch unique ID.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SwitchUuid { get; set; }
Public Property SwitchUuid As String
Get
Set
public:
property String^ SwitchUuid {
String^ get ();
void set (String^ value);
}
function get_SwitchUuid();
function set_SwitchUuid(value);
Property Value
Type:
String
See Also