 | Message Constructor (String) |
Constructs a new Message with supplied text.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic Message(
string text
)
Public Sub New (
text As String
)
Parameters
- text
- Type: SystemString
The initial string data of the Message (can be null).
See Also