|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
function get_IsReadOnly();
function set_IsReadOnly(value);
Property Value
Type:
Boolean if this item is read only; otherwise,
.
See Also