|   | OutputAdapterBaseOutputIsForArchive Property | 
        
        
            Gets the flag that determines if measurements sent to this 
OutputAdapterBase are destined for archival.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract bool OutputIsForArchive { get; }Public MustOverride ReadOnly Property OutputIsForArchive As Boolean
	Get
public:
virtual property bool OutputIsForArchive {
	bool get () abstract;
}abstract OutputIsForArchive : bool with get
function get_OutputIsForArchive();
Property Value
BooleanImplements
IOutputAdapterOutputIsForArchive Remarks
Remarks
            This property allows the 
OutputAdapterCollection to calculate statistics on how many measurements have
            been archived per minute. Historians would normally set this property to 
true; other custom exports would set
            this property to 
false.
            
 See Also
See Also