 | MessageHasProperty Method |
Returns true if the property with name is defined.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic bool HasProperty(
string name
)
Public Function HasProperty (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the property.
Return Value
Type:
Booleantrue if the property with
name is defined.
Exceptions
See Also