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.7.0.0 (5.7.0)
Syntaxpublic List<Guid> SupportedDriverIDs { get; }Public ReadOnly Property SupportedDriverIDs As List(Of Guid)
	Get
Property Value
Type: 
ListGuid
See Also