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.6.0.0 (5.6.19.0117)
Syntaxpublic int SortOrder { get; set; }Public Property SortOrder As Integer
	Get
	Set
Property Value
Type: 
Int32
See Also