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