'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Type As System.Type
'Usage
Dim instance As NSerializationData Dim value As System.Type instance.Type = value value = instance.Type
[System.Xml.Serialization.XmlIgnore()] public System.Type Type {get; set;}