Click or drag to resize
PhysicalItemIsReadOnly Property
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool IsReadOnly { get; set; }

Property Value

Type: Boolean
if this item is read only; otherwise, .
See Also