Как мне указать xaml serilization игнорировать свойство.IE эквивалент атрибута XmlAttributes.XmlIgnore для сериализации xml.
Class MyObject
'Is there an equivalent of this for xaml?
<XmlIgnoreAttribute()> Public Property DontSerializeMe as String
End Class