 | ZWOptionsGetOptionType Method |
Get the type of value stored in an option.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic ZWOptionType GetOptionType(
string _name
)
Public Function GetOptionType (
_name As String
) As ZWOptionType
public:
virtual ZWOptionType GetOptionType(
[InAttribute] String^ _name
) sealed
Parameters
- _name
- Type: SystemString
the name of the option. Option names are case insensitive.
Return Value
Type:
ZWOptionTypeAn enum value representing the type of the option value. If the
option does not exist, OptionType_Invalid is returned.
See Also