'Declaration
<System.ComponentModel.CategoryAttribute("Dampening")> <System.ComponentModel.DescriptionAttribute("Gets or set the interval beween dampening steps.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(50)> Public Property DampeningInterval As System.Integer
'Usage
Dim instance As NIndicator Dim value As System.Integer instance.DampeningInterval = value value = instance.DampeningInterval
[System.ComponentModel.Category("Dampening")] [System.ComponentModel.Description("Gets or set the interval beween dampening steps.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(50)] public System.int DampeningInterval {get; set;}