| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("OPC")> <DefaultValueAttribute()> <DescriptionAttribute("Defines the requested fastest rate [ms] of OPC server callbacks.")> Public Property UpdRateRequested As Integer | |
| C# | |
|---|---|
[CategoryAttribute("OPC")] [DefaultValueAttribute()] [DescriptionAttribute("Defines the requested fastest rate [ms] of OPC server callbacks.")] public int UpdRateRequested {get; set;} | |