FdfNamedObjectName Property |
Gets or sets the name of the object instance.
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public virtual string Name { get; set; }
Public Overridable Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
Property Value
Type:
StringReturn Value
Type:
StringImplements
IFdfEnumerableNameRemarks
Two object instances are considered equal if their names match.
See Also