Click or drag to resize
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.1.0.0 (5.1.0)
Syntax
public List<Guid> SupportedDriverIDs { get; }

Property Value

Type: ListGuid
See Also