| 
            
              CommonFrameHeaderTotalRows Property
             | 
          
        
        
            Gets or sets total number of data rows for the 
CommonFrameHeader object when use phasor file format is true.
            
 
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic uint TotalRows { get; set; }Public Property TotalRows As UInteger
	Get
	Set
public:
property unsigned int TotalRows {
	unsigned int get ();
	void set (unsigned int value);
}member TotalRows : uint32 with get, set
function get_TotalRows();
function set_TotalRows(value);
 View SourceProperty Value
UInt32
See Also