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

Method to add element data to the SerializationData object.

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

Syntax

Visual Basic (Declaration)
Public Sub AddElement ( _
	key As String, _
	value As Object _
)
C#
public void AddElement (
	string key,
	Object value
)
C++
public:
void AddElement (
	String^ key, 
	Object^ value
)

Parameters

key (System.String)
Key of the element being added
value (System.Object)
Value of the element being added