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

Key of the struct

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

Syntax

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