Click or drag to resize

MessagePutObject Method (String, Object)

Changes the object value of the property indexed by name. If value is null the property is removed.

Namespace:  OBCOM.NetSwitchLib.Messages
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void PutObject(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemObject
The new object value of the property (can be null).
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also