PlatformSupportingDriverIDs Property  | 
 
            Gets / sets the list of supportingDriverIDs. If this list is empty, all drivers support this platform, otherwise the drivers with the
            specified driverids support this platform.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic List<Guid> SupportingDriverIDs { get; set; }Public Property SupportingDriverIDs As List(Of Guid)
	Get
	Set
Property Value
Type: 
ListGuid
See Also