Click or drag to resize
FdoFeatureName Property
Gets or sets the name of the object instance.

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

Property Value

Type: String

Return Value

Type: String

Implements

IFdfEnumerableName
Remarks
Two object instances are considered equal if their names match.
See Also