|   | PrecisionTimerPeriod Property | 
        
        
            Gets or sets the time between 
Tick events, in milliseconds.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic int Period { get; set; }Public Property Period As Integer
	Get
	Set
public:
property int Period {
	int get ();
	void set (int value);
}member Period : int with get, set
function get_Period();
function set_Period(value);
Property Value
Int32 Exceptions
Exceptions See Also
See Also