 | MessagePutProperties Method |
Copies all the properties of the message to this Message.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void PutProperties(
Message message
)
Public Sub PutProperties (
message As Message
)
Parameters
- message
- Type: OBCOM.NetSwitchLib.MessagesMessage
The message whose properties will be copied to this Message.
Exceptions
See Also