DataProviderID..::..SelectedCommunicationLayer Property
Get and set underlying ICommunicationLayerId. Information about selected communication layer
provider should be included in the setting string and used before instantiating the data IApplicationLayerMaster
Namespace:
CAS.Lib.CommonBusAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
[BrowsableAttribute] [TypeConverterAttribute] public ICommunicationLayerId SelectedCommunicationLayer { get; set; }
<BrowsableAttribute> _ <TypeConverterAttribute> _ Public Property SelectedCommunicationLayer As ICommunicationLayerId Get Set
[BrowsableAttribute] [TypeConverterAttribute] public: property ICommunicationLayerId^ SelectedCommunicationLayer { ICommunicationLayerId^ get (); void set (ICommunicationLayerId^ value); }