![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpip Namespace > ResponseFields Class : SamplingRate Property |
public Nullable<float> SamplingRate {get; set;}
'Declaration Public Property SamplingRate As Nullable(Of Single)
'Usage Dim instance As ResponseFields Dim value As Nullable(Of Single) instance.SamplingRate = value value = instance.SamplingRate
public: property Nullable<float> SamplingRate { Nullable<float> get(); void set ( Nullable<float> value); }