| 
            
              ConfigurationFramePeriod Property
             | 
          
        
        
            Gets or sets the IEEE 1344 period value.
            
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic ushort Period { get; set; }Public Property Period As UShort
	Get
	Set
public:
property unsigned short Period {
	unsigned short get ();
	void set (unsigned short value);
}member Period : uint16 with get, set
function get_Period();
function set_Period(value);
 View SourceProperty Value
UInt16
See Also