Property IsVolatile
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
IsVolatile
Gets a value indicating whether the memory file only exists during script execution.
public bool IsVolatile { get; }
Property Value
- bool
true
if the memory only exists during script execution; otherwise,false
.