DynamicProperty Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.LptParser.DynamicLinq
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic DynamicProperty(
	string name,
	Type type
)
Public Sub New ( 
	name As String,
	type As Type
)
Parameters
- name
 - Type: SystemString
 - type
 - Type: SystemType
 
See Also