 | ZWValueIdType Property |
Get the type of the value. The type describes the data held by the value
and enables the user to select the correct value accessor method in the
Manager class.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic ZWValueType Type { get; }
Public ReadOnly Property Type As ZWValueType
Get
public:
virtual property ZWValueType Type {
ZWValueType get () sealed;
}
Property Value
Type:
ZWValueType
See Also