'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property NeedCorrectRiderValues As Boolean
'Usage
Dim instance As Application Dim value As Boolean instance.NeedCorrectRiderValues = value value = instance.NeedCorrectRiderValues
[XmlAttribute()] [DefaultValue()] public bool NeedCorrectRiderValues {get; set;}
public read-write property NeedCorrectRiderValues: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set NeedCorrectRiderValues : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_NeedCorrectRiderValues(); public: __property void set_NeedCorrectRiderValues( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool NeedCorrectRiderValues { bool get(); void set ( bool value); }
Property Value
true
if need to correct rider param values after apply rules; otherwise, false
.