Click or drag to resize
IClassGeneratorAddProperty Method
Adds properties to the dynamic type.

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
IClassGenerator AddProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject

Return Value

Type: IClassGenerator

[Missing <returns> documentation for "M:Intuit.Ipp.LinqExtender.Abstraction.IClassGenerator.AddProperty(System.String,System.Object)"]

See Also