Click or drag to resize
FeatureName Property
Each feature instance is identified by it's unique name within active object model.

Different classes implementing Feature may have identical names (i.e. Domain and Element may share the same name), but you may want to avoid this situation due to easier schema maintenance.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual string Name { get; set; }

Property Value

Type: String
Name of the feature

Return Value

Type: String
Feature Name.

Implements

IFdfEnumerableName
See Also