|
ChannelCellParsingStateBasePhasorCount Property
|
Gets or sets the number of phasor elements associated with the
IChannelCell being parsed.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual int PhasorCount { get; set; }
Public Overridable Property PhasorCount As Integer
Get
Set
public:
virtual property int PhasorCount {
int get ();
void set (int value);
}
abstract PhasorCount : int with get, set
override PhasorCount : int with get, set
function get_PhasorCount();
function set_PhasorCount(value);
View SourceProperty Value
Int32Implements
IChannelCellParsingStatePhasorCountSee Also