Visual Basic (Declaration) | |
---|---|
<CategoryAttribute("Behavior")> <DefaultValueAttribute()> <DescriptionAttribute("Determines the maximum number of events in the event view. If this number is reached then the oldest event is removed.")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property MaxEventsInView As Integer |
C# | |
---|---|
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DescriptionAttribute("Determines the maximum number of events in the event view. If this number is reached then the oldest event is removed.")] [RefreshPropertiesAttribute(RefreshProperties.All)] public int MaxEventsInView {get; set;} |