Click or drag to resize
LogicalItemIsReadOnly Property
Gets or sets a value indicating whether this item is read only; that is, its [P:Saturation] cannot be changed.

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