|
VolumeQualificationResultsUrl Property |
This value is the URL of an ESX datastore.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Url { get; set; }
Public Property Url As String
Get
Set
public:
property String^ Url {
String^ get ();
void set (String^ value);
}
function get_Url();
function set_Url(value);
Property Value
Type:
String
See Also