ArcFM Desktop Developer Guide
DMSSwitchableMultispeakUnits Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("DMSSwitchableMultispeakUnits", 
   IsRequired=True, 
   IsKey=False)>
Public Property DMSSwitchableMultispeakUnits As NamedElementCollection(Of SwitchableDeviceMappingElement)
'Usage
 
Dim instance As DMSRealTimeIDPopulatorConfigurationElement
Dim value As NamedElementCollection(Of SwitchableDeviceMappingElement)
 
instance.DMSSwitchableMultispeakUnits = value
 
value = instance.DMSSwitchableMultispeakUnits
[ConfigurationProperty("DMSSwitchableMultispeakUnits", 
   IsRequired=true, 
   IsKey=false)]
public NamedElementCollection<SwitchableDeviceMappingElement> DMSSwitchableMultispeakUnits {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DMSRealTimeIDPopulatorConfigurationElement Class
DMSRealTimeIDPopulatorConfigurationElement Members

 

 


Send Comment