Click or drag to resize
DynamicProperty Constructor
Initializes a new instance of the DynamicProperty class

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public DynamicProperty(
	string name,
	Type type
)

Parameters

name
Type: SystemString
type
Type: SystemType
See Also