'Declaration<DefaultValueAttribute(False)> ReadOnly Property IsForward As Boolean
'UsageDim instance As IUANodeElement Dim value As Boolean value = instance.IsForward
[DefaultValue(false)] bool IsForward {get;}
[DefaultValue(false)] property bool IsForward { bool get(); }