|
ImageProtectionOptionsImageName Property
|
This value is the name of the image that contains the protected data from the source.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string ImageName { get; set; }
Public Property ImageName As String
Get
Set
public:
property String^ ImageName {
String^ get ();
void set (String^ value);
}
function get_ImageName();
function set_ImageName(value);
Property Value
Type:
String
See Also