[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 Dictionary2 As Dictionary(Of TDictionary2, DateTime)
C#
public Dictionary<TDictionary2, DateTime> Dictionary2 { get; set; }
C++
public:
Dictionary<TDictionary2, DateTime>^ Dictionary2 {
	Dictionary<TDictionary2, DateTime>^ get ();
	void set (Dictionary<TDictionary2, DateTime>^ value);
}