|
DataCellReservedFlag1IsSet Property
|
Gets or sets flag that determines if reserved flag one is set.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool ReservedFlag1IsSet { get; set; }
Public Property ReservedFlag1IsSet As Boolean
Get
Set
public:
property bool ReservedFlag1IsSet {
bool get ();
void set (bool value);
}
member ReservedFlag1IsSet : bool with get, set
function get_ReservedFlag1IsSet();
function set_ReservedFlag1IsSet(value);
View SourceProperty Value
BooleanSee Also