This document is archived and information here might be outdated.  Recommended version.


IGPDataType.MetadataFile Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPDataType.MetadataFile Property

The name of the (XML) file containing the default metadata for this data type.

[Visual Basic .NET]
Public ReadOnly Property MetadataFile As String
[C#]
public string MetadataFile {get;}
[C++]
HRESULT get_MetadataFile(
  BSTR* file
);
[C++]

Parameters file [out, retval] file is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPDataType Interface