| MvComponentMsgStream Property |
Gets or sets the writer on which messages received from the
server are written.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static TextWriter MsgStream { get; set; }
Public Shared Property MsgStream As TextWriter
Get
Set
public:
static property TextWriter^ MsgStream {
TextWriter^ get ();
void set (TextWriter^ value);
}
Property Value
Type:
TextWriter
The
TextWriter on which messages received from the
server are written.
See Also