| 
            
              MongoOutputAdapterOutputIsForArchive Property
             | 
          
        
        
            Returns true; the measurements are archived by this adapter into a MongoDB database.
            
        
        Namespace: MongoAdaptersAssembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.258-beta
Syntaxpublic override bool OutputIsForArchive { get; }Public Overrides ReadOnly Property OutputIsForArchive As Boolean
	Get
public:
virtual property bool OutputIsForArchive {
	bool get () override;
}abstract OutputIsForArchive : bool with get
override OutputIsForArchive : bool with get
function get_OutputIsForArchive();
 View SourceProperty Value
BooleanImplements
IOutputAdapterOutputIsForArchive
See Also