←Select platform

SamplingRate Property

Summary

Gets or sets the sampling rate returned by the server response.

Syntax

C#
VB
C++
public Nullable<float> SamplingRate { get; set; } 
  
Public Property SamplingRate As Nullable(Of Single) 
public: 
property Nullable<float> SamplingRate { 
   Nullable<float> get(); 
   void set (    Nullable<float> ); 
} 

Property Value

A nullable System.Int32 specifying the sampling rate returned by the server.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly