'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Property FastestUpdateRate As Integer
'Usage
Dim instance As DAMapper Dim value As Integer instance.FastestUpdateRate = value value = instance.FastestUpdateRate
[EditorBrowsable(EditorBrowsableState.Advanced)] public int FastestUpdateRate {get; set;}
[EditorBrowsable(EditorBrowsableState.Advanced)] public: property int FastestUpdateRate { int get(); void set ( int value); }
Property Value
The default value of this property is 0
.