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