|   | FramePublished Property | 
        
        
            Gets or sets published state of this 
Frame (pre-processing).
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
BooleanImplements
IFramePublished See Also
See Also