openPDC Historian Help
RequestIDs Property
NamespacesTVA.Historian.PacketsQueryPacketBaseRequestIDs
Gets a list of historian identifiers whose information is being requested.
Declaration Syntax
C#Visual BasicVisual C++
public IList<int> RequestIDs { get; }
Public ReadOnly Property RequestIDs As IList(Of Integer)
public:
property IList<int>^ RequestIDs {
	IList<int>^ get ();
}
Remarks
A singe entry with ID of -1 can be used to request information for all defined historian identifiers.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252