Gets the display status of the TimeSlot.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public TimeSlotState TimeSlotState { get; private set; }
Visual Basic
Public Property TimeSlotState As TimeSlotState
	Get
	Private Set
Visual C++
public:
property TimeSlotState TimeSlotState {
	TimeSlotState get ();
	private: void set (TimeSlotState value);
}

See Also