'Declaration<System.ComponentModel.CategoryAttribute("Repeat Behavior")> Public Property Interval As System.TimeSpan
'UsageDim instance As Repeat Dim value As System.TimeSpan instance.Interval = value value = instance.Interval
[System.ComponentModel.Category("Repeat Behavior")] public System.TimeSpan Interval {get; set;}