|
ConfigurationCellMeasurementsDefined Property
|
Gets or sets the number of measurements (per frame) defined for this
ConfigurationCell.
Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic long MeasurementsDefined { get; set; }
Public Property MeasurementsDefined As Long
Get
Set
public:
virtual property long long MeasurementsDefined {
long long get () sealed;
void set (long long value) sealed;
}
abstract MeasurementsDefined : int64 with get, set
override MeasurementsDefined : int64 with get, set
function get_MeasurementsDefined();
function set_MeasurementsDefined(value);
View SourceProperty Value
Int64Implements
IDeviceMeasurementsDefined
See Also