|
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.207-beta
Syntax public 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
IEnumerableConfigurationCellSee Also