Gets the complete string data of the Message.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public string DataAll { get; }
Public ReadOnly Property DataAll As String
Get
Property Value
Type:
StringRemarks
This property returns the complete string data of the Message, while the
Data property returns the string data with trailing spaces
removed (right trimmed).
See Also