'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets a boolean value that indicates whether the reversal amount is specified in percents.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ReversalAmountInPercents As System.Boolean
'Usage
Dim instance As NKagiSeries Dim value As System.Boolean instance.ReversalAmountInPercents = value value = instance.ReversalAmountInPercents
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets a boolean value that indicates whether the reversal amount is specified in percents.")] [System.ComponentModel.DefaultValue(false)] public System.bool ReversalAmountInPercents {get; set;}