Gets evnent id.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid EventId { get; }
Visual Basic
Public ReadOnly Property EventId As Guid
	Get
Visual C++
public:
property Guid EventId {
	Guid get ();
}
F#
member EventId : Guid with get

Property Value

Type: Guid

See Also