Gets or sets the name of the object instance.


Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public Property Name As String _
    Implements IFdfEnumerable.Name
C#
public string Name { get; set; }
C++
public property string Name sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Name();

/** property */
public void set_Name(string value);
JScript
public function get Name() : String

public function set Name(value : String);

Implements

IFdfEnumerable.Name

See Also