|
DataCellUsingIeeeFormat Property
|
Gets or sets flag that determines if this
DataCell is using IEEE format.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool UsingIeeeFormat { get; set; }
Public Property UsingIeeeFormat As Boolean
Get
Set
public:
property bool UsingIeeeFormat {
bool get ();
void set (bool value);
}
member UsingIeeeFormat : bool with get, set
function get_UsingIeeeFormat();
function set_UsingIeeeFormat(value);
View SourceProperty Value
BooleanSee Also