'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> <System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public ReadOnly Property InheritedFromType As InheritedFromType
'Usage
Dim instance As Element Dim value As InheritedFromType value = instance.InheritedFromType
[System.Runtime.Serialization.DataMember()] [System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Browsable(false)] public InheritedFromType InheritedFromType {get;}