| 
            
              CommonFrameHeaderIsFirstFrame Property
             | 
          
        
        
            Gets or sets flag from that determines if this is the first frame image in a series of images representing an entire frame.
            
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic bool IsFirstFrame { get; set; }Public Property IsFirstFrame As Boolean
	Get
	Set
public:
property bool IsFirstFrame {
	bool get ();
	void set (bool value);
}member IsFirstFrame : bool with get, set
function get_IsFirstFrame();
function set_IsFirstFrame(value);
 View SourceProperty Value
Boolean
See Also