 | 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)
Syntaxpublic void PutObject(
Object value
)
Public Sub PutObject (
value As Object
)
Parameters
- value
- Type: SystemObject
The new object data of this Message (can be null).
See Also