Click or drag to resize

MessagePutObject Method (Object)

Changes the object containing the data of this Message.

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

Parameters

value
Type: SystemObject
The new object data of this Message (can be null).
See Also