Click or drag to resize

IMultiDataProviderValueDescriptions Property

Gets a collection of the value descriptions provided by this plugin.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
IReadOnlyCollection<DataProviderValueDescription> ValueDescriptions { get; }

Property Value

IReadOnlyCollectionDataProviderValueDescription
Remarks
The property is only read once and then buffered by CompreDriveControl to resolve potential naming conflicts between plugins.
See Also