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

Type of the event

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

Syntax

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