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