ArcObjects Library Reference  (GeoDatabase)    

IGPDataType.MetadataFile Property

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

[Visual Basic 6.0]
Property MetadataFile As String
[Visual Basic .NET]
Public ReadOnly Property MetadataFile As String
[C#]
public string MetadataFile {get;}
[Java]
public String getMetadataFile()
throws
    IOException,
    AutomationException
[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