[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Identifies if object can be read. When state changes to true, the position of the stream is reset.

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Property ReadMode As Boolean
C#
public bool ReadMode { get; set; }
C++
public:
bool ReadMode {
	bool get ();
	void set (bool value);
}