'Declaration
Public Property RequestedUpdateRate As Integer
'Usage
Dim instance As DASubscriptionAttribute Dim value As Integer instance.RequestedUpdateRate = value value = instance.RequestedUpdateRate
public int RequestedUpdateRate {get; set;}
'Declaration
Public Property RequestedUpdateRate As Integer
'Usage
Dim instance As DASubscriptionAttribute Dim value As Integer instance.RequestedUpdateRate = value value = instance.RequestedUpdateRate
public int RequestedUpdateRate {get; set;}
How often should the updates be received (number of milliseconds).
The value must be greater than zero, or it must be equal to System.Threading.Timeout.Infinite.