Click or drag to resize

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)
Syntax
public void PutProperties(
	Message message
)

Parameters

message
Type: OBCOM.NetSwitchLib.MessagesMessage
The message whose properties will be copied to this Message.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage is null.
See Also