'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the animation interval in milliseconds.")> <System.ComponentModel.DefaultValueAttribute(50)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AnimationInterval As System.Integer
'Usage
Dim instance As NSettings Dim value As System.Integer instance.AnimationInterval = value value = instance.AnimationInterval
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the animation interval in milliseconds.")] [System.ComponentModel.DefaultValue(50)] [System.Xml.Serialization.XmlAttribute()] public System.int AnimationInterval {get; set;}