| 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
)
Public Sub RemoveProperty (
name As String
)
Parameters
- name
- Type: SystemString
The name of the property to be removed.
Exceptions See Also