SourceInstances 
 property 
Sets or returns the individual items on which the dashboard is based. 
 If empty, all instances in the facility that are included in the dashboard 
 are used. 
Syntax
 
C++
HRESULT 
 get_SourceInstances(IERUCollection** 
 ppSourceInstances)  
HRESULT put_SourceInstances(IERUCollection* 
 MySourceInstances)  
Scripting languages
Set 
 SourceInstances = object.SourceInstances 
Set object.SourceInstances 
 = SourceInstances
  |