|
TimeOffsetNotApplicable Property
|
Gets or sets value that determines if offset is not applicable.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public bool NotApplicable { get; set; }
Public Property NotApplicable As Boolean
Get
Set
public:
property bool NotApplicable {
bool get ();
void set (bool value);
}
member NotApplicable : bool with get, set
function get_NotApplicable();
function set_NotApplicable(value);
View SourceProperty Value
BooleanSee Also