Click or drag to resize
FdoFeatureProperty Constructor (String, Object)
Initializes a new instance of the FdoFeatureProperty class

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdoFeatureProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also