| 
            
              PhasorMeasurementMapperDefinedDevices Property
             | 
          
        
        
            Gets an enumeration of all defined system devices (regardless of ID or label based definition)
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-beta
Syntaxpublic IEnumerable<ConfigurationCell> DefinedDevices { get; }Public ReadOnly Property DefinedDevices As IEnumerable(Of ConfigurationCell)
	Get
member DefinedDevices : IEnumerable<ConfigurationCell> with get
function get_DefinedDevices();
 View SourceProperty Value
IEnumerableConfigurationCell
See Also