|
EngineControlStatusCanUpdateShares Property
|
This value is true if source share information can be updated; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanUpdateShares { get; set; }
Public Property CanUpdateShares As Boolean
Get
Set
public:
property bool CanUpdateShares {
bool get ();
void set (bool value);
}
function get_CanUpdateShares();
function set_CanUpdateShares(value);
Property Value
Type:
Boolean if shares can be updated; otherwise,
.
See Also