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

UTC time in ticks of when the event is published

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EventTime As Long
C#
public long EventTime { get; }
C++
public:
long long EventTime {
	long long get ();
}