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