| 
            
              CommonFrameHeaderRowFlags Property
             | 
          
        
        
            Gets or sets row flags for this 
CommonFrameHeader when frame is a data frame and use phasor file format is true.
            
 
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic uint RowFlags { get; set; }Public Property RowFlags As UInteger
	Get
	Set
public:
property unsigned int RowFlags {
	unsigned int get ();
	void set (unsigned int value);
}member RowFlags : uint32 with get, set
function get_RowFlags();
function set_RowFlags(value);
 View SourceProperty Value
UInt32
See Also