'宣言 Public Property State As ScheduleStateEnum
'使用法 Dim instance As Schedule Dim value As ScheduleStateEnum instance.State = value value = instance.State
public ScheduleStateEnum State {get; set;}
'宣言 Public Property State As ScheduleStateEnum
'使用法 Dim instance As Schedule Dim value As ScheduleStateEnum instance.State = value value = instance.State
public ScheduleStateEnum State {get; set;}