|
IAnalogValueValue Property
|
Gets or sets the floating point value that represents this
IAnalogValue.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxdouble Value { get; set; }
Property Value As Double
Get
Set
property double Value {
double get ();
void set (double value);
}
abstract Value : float with get, set
function get_Value();
function set_Value(value);
View SourceProperty Value
Double
See Also