'Declaration
<DataMemberAttribute()> Public Property FastestNotificationRate As Integer
'Usage
Dim instance As EasyAELinkParameters Dim value As Integer instance.FastestNotificationRate = value value = instance.FastestNotificationRate
[DataMember()] public int FastestNotificationRate {get; set;}
[DataMember()] public: property int FastestNotificationRate { int get(); void set ( int value); }
Property Value
The default value of this property is 20
.