 | MessageGetBoolean Method |
Returns the boolean value of the property indexed by name.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic Nullable<bool> GetBoolean(
string name
)
Public Function GetBoolean (
name As String
) As Nullable(Of Boolean)
Parameters
- name
- Type: SystemString
The name of the required property.
Return Value
Type:
NullableBoolean
The boolean value of the property indexed by
name.
Exceptions
See Also