Table of Contents

Property IsWritable

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common.Properties
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

IsWritable

Determines whether this property is writable.

bool IsWritable { get; }

Property Value

bool

true if the property is writable; otherwise, false.

Remarks

When this property returns true, the AsWritable() method can be used to get a writable instance of this property.