|   | DataSubscriberUseMillisecondResolution Property | 
        
        
          Note: This API is now obsolete.
        
        
            Gets or sets flag that informs publisher if base time-offsets can use millisecond resolution to conserve bandwidth.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntax[ObsoleteAttribute("SubscriptionInfo object defines this parameter.", 
	false)]
public bool UseMillisecondResolution { get; set; }<ObsoleteAttribute("SubscriptionInfo object defines this parameter.", 
	false)>
Public Property UseMillisecondResolution As Boolean
	Get
	Setpublic:
[ObsoleteAttribute(L"SubscriptionInfo object defines this parameter.", 
	false)]
property bool UseMillisecondResolution {
	bool get ();
	void set (bool value);
}[<ObsoleteAttribute("SubscriptionInfo object defines this parameter.", 
	false)>]
member UseMillisecondResolution : bool with get, setfunction get_UseMillisecondResolution();
function set_UseMillisecondResolution(value);
Property Value
Boolean See Also
See Also