Gets the type ids of events that should be displayed.

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

Syntax

C#
public virtual List<Guid> EventIdsToDisplay { get; protected set; }
Visual Basic
Public Overridable Property EventIdsToDisplay As List(Of Guid)
	Get
	Protected Set
Visual C++
public:
virtual property List<Guid>^ EventIdsToDisplay {
	List<Guid>^ get ();
	protected: void set (List<Guid>^ value);
}
F#
abstract EventIdsToDisplay : List<Guid> with get, set
override EventIdsToDisplay : List<Guid> with get, set

Property Value

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

See Also