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