Property IsDveCreationEnabled
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
IsDveCreationEnabled
Gets or sets a value indicating whether DVE creation is enabled for this element.
bool IsDveCreationEnabled { get; set; }
Property Value
- bool
true
if the element DVE generation is enabled; otherwise,false
.
Exceptions
- NotSupportedException
The element is not a DVE parent element.