'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute(True)> Public Property IsForward As Boolean
'Usage
Dim instance As ReferenceChange Dim value As Boolean instance.IsForward = value value = instance.IsForward
[XmlAttribute()] [DefaultValue(true)] public bool IsForward {get; set;}
[XmlAttribute()] [DefaultValue(true)] public: property bool IsForward { bool get(); void set ( bool value); }