 | ZWManagerGetValueHelp Method |
Gets a help string describing the value's purpose and usage.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic string GetValueHelp(
ZWValueId id
)
Public Function GetValueHelp (
id As ZWValueId
) As String
public:
virtual String^ GetValueHelp(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value.
Return Value
Type:
StringThe value help text.
See Also