'Declaration<System.Runtime.Serialization.DataMemberAttribute()> Public Property Debug As System.Boolean
'UsageDim instance As Entry Dim value As System.Boolean instance.Debug = value value = instance.Debug
[System.Runtime.Serialization.DataMember()] public System.bool Debug {get; set;}