Click or drag to resize

MessageRemoveProperty Method

Removes 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)
Syntax
public void RemoveProperty(
	string name
)

Parameters

name
Type: SystemString
The name of the property to remove.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also