Click or drag to resize

MessageData Property

Gets or sets the 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 Data { get; set; }

Property Value

Type: String
Remarks
The property DataAll returns the complete string data of the Message, while this property returns the string data with trailing spaces removed (right trimmed).
See Also