FrameworkSupportedDriverIDs Property |
Gets / sets the list of supportedDriverIDs. If this list is empty, all drivers support this framework, otherwise the drivers with the
specified driverids are supported.
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.FrameworksAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<Guid> SupportedDriverIDs { get; }
Public ReadOnly Property SupportedDriverIDs As List(Of Guid)
Get
Property Value
Type:
ListGuidSee Also