Specifies the interval in milliseconds at which the publisher shall send the dataset metadata to the metadata queue.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<UnitAttribute("ms")>
Public Property MetaDataUpdateTime As Double
             
        
            
            'Usage
 
Dim instance As UABrokerDataSetWriterTransportParameters
Dim value As Double
 
instance.MetaDataUpdateTime = value
 
value = instance.MetaDataUpdateTime
             
        
            
            [Unit("ms")]
public double MetaDataUpdateTime {get; set;}
             
        
            
            [Unit("ms")]
public:
property double MetaDataUpdateTime {
   double get();
   void set (    double value);
}
             
        
             
        
            
            
            Property Value
Unit of measurement is ms.
The default value of this property is 0.
 
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also