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.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public List<Guid> SupportedDriverIDs { get; }
Public ReadOnly Property SupportedDriverIDs As List(Of Guid)
Get
Property Value
Type:
ListGuidSee Also