|
PhysicalRuleIsReadOnly Property |
This value is true if the rule is read-only; 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:
property bool IsReadOnly {
bool get ();
void set (bool value);
}
function get_IsReadOnly();
function set_IsReadOnly(value);
Property Value
Type:
Boolean if this rule is read only; otherwise,
.
See Also