| 
            
              IArchiveFileScannerHistorianIDs Property
             | 
          
        
        
            Gets or sets the collection of
            point IDs to be scanned from the file.
            
        
        Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
SyntaxIEnumerable<int> HistorianIDs { get; set; }Property HistorianIDs As IEnumerable(Of Integer)
	Get
	Set
property IEnumerable<int>^ HistorianIDs {
	IEnumerable<int>^ get ();
	void set (IEnumerable<int>^ value);
}abstract HistorianIDs : IEnumerable<int> with get, set
function get_HistorianIDs();
function set_HistorianIDs(value);
 View SourceProperty Value
IEnumerableInt32
See Also