| AdcProviderManagerProviders Property |
Gets the collection of providers stored in the manager.
Namespace: Microsoft.IoT.DeviceCore.AdcAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IList<IAdcControllerProvider> Providers { get; }
Public ReadOnly Property Providers As IList(Of IAdcControllerProvider)
Get
public:
virtual property IList<IAdcControllerProvider^>^ Providers {
IList<IAdcControllerProvider^>^ get () sealed;
}
abstract Providers : IList<IAdcControllerProvider> with get
override Providers : IList<IAdcControllerProvider> with get
Property Value
Type:
IListIAdcControllerProvider
The collection of providers stored in the manager.
See Also