ICustomObjectResolver.Name

Fore Syntax

Name: String;

Fore.NET Syntax

Name: string;

Description

The Name property returns name of custom class object.

Comments

To get identifier of custom class object, use the ICustomObjectResolver.Id property.

Fore and Fore.NET Examples

The property use is given in the Example for IMetabaseUpdateProgress.OnBeforeCustomObjectSaveToPef.

See also:

ICustomObjectResolver