This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IM > IMetadataEditor Interface > IMetadataEditor.Name Property (ArcObjects .NET 10.4 SDK) |
Name of the metadata editor.
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
Returns the name of the Metadata Editor as String
You use the get_Name property when you create a class that implements the IMetadataEditor interface. The Name property is the name of the editor. Additional details are available in the ArcGIS 9.3.1 Developer Help documentation �How to create a custom metadata editor� available at ArcGIS online.