|   | ChannelFrameParsingStateBaseTCellCount Property | 
        
        
            Gets or sets number of cells that are expected in associated 
IChannelFrame being parsed.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual int CellCount { get; set; }Public Overridable Property CellCount As Integer
	Get
	Set
public:
virtual property int CellCount {
	int get ();
	void set (int value);
}abstract CellCount : int with get, set
override CellCount : int with get, set
function get_CellCount();
function set_CellCount(value);
Property Value
Int32Implements
IChannelFrameParsingStateTCellCount See Also
See Also