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