[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 written. When state changes to true, the position of the stream is set to the end.

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

Syntax

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