Gets or sets the event calendar id.

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

Syntax

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

Property Value

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

See Also