| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("The shortest time in milliseconds between OPC server event callbacks.")> <DefaultValueAttribute()> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property UpdateRate As Integer | |
| C# | |
|---|---|
[DescriptionAttribute("The shortest time in milliseconds between OPC server event callbacks.")] [DefaultValueAttribute()] [CategoryAttribute("Behavior")] [RefreshPropertiesAttribute(RefreshProperties.All)] public int UpdateRate {get; set;} | |