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

Serialized version of the event

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SerializedEvent As SerializationData
C#
public SerializationData SerializedEvent { get; }
C++
public:
SerializationData^ SerializedEvent {
	SerializationData^ get ();
}