Gets or sets event type ids filter.

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

Syntax

C#
public List<Guid> EventTypeIds { get; set; }
Visual Basic
Public Property EventTypeIds As List(Of Guid)
	Get
	Set
Visual C++
public:
property List<Guid>^ EventTypeIds {
	List<Guid>^ get ();
	void set (List<Guid>^ value);
}
F#
member EventTypeIds : List<Guid> with get, set

Property Value

Type: List<(Of <(<'Guid>)>)>

See Also