Click or drag to resize

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)
Syntax
public bool HasProperty(
	string name
)

Parameters

name
Type: SystemString
The name of the property.

Return Value

Type: Boolean
true if the property with name is defined.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also