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