|
PIOutputAdapterOutputIsForArchive Property
|
Returns true to indicate that this
PIOutputAdapter is sending measurements to a historian, OSIsoft PI.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-beta
Syntax public 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
IOutputAdapterOutputIsForArchiveSee Also