public bool ScheduleAtLaunch { get; set; }
Public Property ScheduleAtLaunch As Boolean
Get
Set
public:
virtual property bool ScheduleAtLaunch {
bool get () sealed;
void set (bool value) sealed;
}
abstract ScheduleAtLaunch : bool with get, set
override ScheduleAtLaunch : bool with get, set