Gets or sets the slot's activity status.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public SlotActivity Activity { get; set; }
Visual Basic
Public Property Activity As SlotActivity
	Get
	Set

Field Value

A member of the SlotActivity enumeration type.

See Also