Click or drag to resize
FdoFeatureProperty Constructor (Attribute, 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(
	Attribute attr,
	Object value
)

Parameters

attr
Type: FDF.Common.ObjectModelAttribute
value
Type: SystemObject
See Also