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