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