|
FramePublished Property
|
Gets or sets published state of this
Frame (pre-processing).
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public bool Published { get; set; }
Public Property Published As Boolean
Get
Set
public:
virtual property bool Published {
bool get () sealed;
void set (bool value) sealed;
}
abstract Published : bool with get, set
override Published : bool with get, set
function get_Published();
function set_Published(value);
View SourceProperty Value
BooleanImplements
IFramePublishedSee Also