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