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