Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public List<Guid> SupportingDriverIDs { get; set; }

Property Value

Type: ListGuid
See Also