ProjectAddNewValueType Method  | 
 
            Adds a new ValueTypeDefinition to the project. It assumes the names passed in are valid.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxpublic ValueTypeDefinition AddNewValueType(
	string groupName,
	string valueTypeName
)
Public Function AddNewValueType ( 
	groupName As String,
	valueTypeName As String
) As ValueTypeDefinition
Parameters
- groupName
 - Type: SystemString
Name of the group. - valueTypeName
 - Type: SystemString
Name of the value type. 
Return Value
Type: 
ValueTypeDefinitionthe value type created, or null if no value type was created
See Also