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