|
ChannelCellParsingStateBaseAnalogCount Property
|
Gets or sets the number of analog 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 AnalogCount { get; set; }
Public Overridable Property AnalogCount As Integer
Get
Set
public:
virtual property int AnalogCount {
int get ();
void set (int value);
}
abstract AnalogCount : int with get, set
override AnalogCount : int with get, set
function get_AnalogCount();
function set_AnalogCount(value);
View SourceProperty Value
Int32Implements
IChannelCellParsingStateAnalogCountSee Also