'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property ExceptForDate As System.String
'Usage
Dim instance As ScheduleEntry Dim value As System.String instance.ExceptForDate = value value = instance.ExceptForDate
[System.Runtime.Serialization.DataMember()] public System.string ExceptForDate {get; set;}