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

First dictionary of structure.

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

Syntax

Visual Basic (Declaration)
Public Property Dictionary1 As Dictionary(Of TDictionary1, DateTime)
C#
public Dictionary<TDictionary1, DateTime> Dictionary1 { get; set; }
C++
public:
Dictionary<TDictionary1, DateTime>^ Dictionary1 {
	Dictionary<TDictionary1, DateTime>^ get ();
	void set (Dictionary<TDictionary1, DateTime>^ value);
}