Click or drag to resize

FrameworkSortOrder Property

Gets/sets the sort order for this framework in UI elements. Default is 5. A lower number will make this framework show up higher in the list than frameworks with a higher number.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public int SortOrder { get; set; }

Property Value

Type: Int32
See Also