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