|
DataCellBaseAllValuesAssigned Property
|
Gets flag that determines if all values of this
DataCellBase have been assigned.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public virtual bool AllValuesAssigned { get; }
Public Overridable ReadOnly Property AllValuesAssigned As Boolean
Get
public:
virtual property bool AllValuesAssigned {
bool get ();
}
abstract AllValuesAssigned : bool with get
override AllValuesAssigned : bool with get
function get_AllValuesAssigned();
View SourceProperty Value
BooleanImplements
IDataCellAllValuesAssignedSee Also