| MvComponentMsgStream Property |
Gets or sets the writer on which messages received from the
server are written.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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