Click or drag to resize

MessageDataAll Property

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; }

Property Value

Type: String
Remarks
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