Property IsReadOnly
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
IsReadOnly
Gets or sets a value indicating whether the element is read-only.
bool IsReadOnly { get; set; }
Property Value
- bool
true
if the element is read-only; otherwise,false
.
Exceptions
- NotSupportedException
A set operation is not supported on a DVE or derived element.