| 
            
              RemoteOutputAdapterSamplesPerTransmission Property
             | 
          
        
        
            Gets or sets an integer that indicates the maximum number
            of points to be published to the historian at once.
            
        
        Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.258-beta
Syntaxpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(100000)]
property int SamplesPerTransmission {
	int get ();
	void set (int value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(100000)>]
member SamplesPerTransmission : int with get, set
function get_SamplesPerTransmission();
function set_SamplesPerTransmission(value);
 View SourceProperty Value
Int32
See Also