Interface IDmsProperty<T>
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common.Properties
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents an interface for properties in DataMiner.
public interface IDmsProperty<out T> where T : IDmsPropertyDefinition
Type Parameters
T
The type of the property.
- Extension Methods
Properties
- Definition
Gets the definition of the property.
- IsWritable
Determines whether this property is writable.
- Value
Gets the current value of the property.
Methods
- AsWritable()
Returns a writable instance of the property.