'Declaration
<DefaultValueAttribute(False)> Public Property QueuedExecution As Boolean
'Usage
Dim instance As PointBinderCore Dim value As Boolean instance.QueuedExecution = value value = instance.QueuedExecution
[DefaultValue(false)] public bool QueuedExecution {get; set;}
[DefaultValue(false)] public: property bool QueuedExecution { bool get(); void set ( bool value); }