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