Click or drag to resize

PropertiesRemoveProperty Method

Removes the property indexed by name.

Namespace:  OBCOM.NetSwitchLib.Utils
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 be removed.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null or empty.
See Also