Click or drag to resize
IFdoFeatureMetaProperty Interface
Interface providing feature meta-property classification capabilities.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFeatureMetaProperty : IFdoFeatureProperty

The IFdoFeatureMetaProperty type exposes the following members.

Properties
  NameDescription
Public propertyMetaType
Gets or sets feature meta-property type.
Top
Methods
  NameDescription
Public methodGetMetaPropertyName
Returns feature meta-property name.
Public methodGetMetaPropertyType
Returns feature meta-property type.
Top
Remarks
Meta-properties represent provider-specific (system) properties not defined in schema.
See Also