|
IAnalogValueIntegerValue Property
|
Gets or sets the integer representation of this
IAnalogValue value.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax int IntegerValue { get; set; }
Property IntegerValue As Integer
Get
Set
property int IntegerValue {
int get ();
void set (int value);
}
abstract IntegerValue : int with get, set
function get_IntegerValue();
function set_IntegerValue(value);
View SourceProperty Value
Int32See Also