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.6.0.0 (5.6.19.0117)
Syntax public List<Guid> SupportingDriverIDs { get; set; }
Public Property SupportingDriverIDs As List(Of Guid)
Get
Set
Property Value
Type:
ListGuidSee Also