| 
            
              ArchiveFileScannerHistorianIDs 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
Syntaxpublic IEnumerable<int> HistorianIDs { get; set; }Public Property HistorianIDs As IEnumerable(Of Integer)
	Get
	Set
public:
virtual property IEnumerable<int>^ HistorianIDs {
	IEnumerable<int>^ get () sealed;
	void set (IEnumerable<int>^ value) sealed;
}abstract HistorianIDs : IEnumerable<int> with get, set
override HistorianIDs : IEnumerable<int> with get, set
function get_HistorianIDs();
function set_HistorianIDs(value);
 View SourceProperty Value
IEnumerableInt32Implements
IArchiveFileScannerHistorianIDs
See Also