ArcObjects Library Reference (GeoDatabase)  

IMetadata.Metadata Property

The PropertySet containing metadata.

[Visual Basic .NET]
Public Property Metadata As IPropertySet
[C#]
public IPropertySet Metadata {get; set;}
[C++]
HRESULT get_Metadata(
  IPropertySet** ppPropertySet
);
[C++]
HRESULT put_Metadata(
  IPropertySet* ppPropertySet
);
[C++]

Parameters

ppPropertySet [out, retval]

  ppPropertySet is a parameter of type IPropertySet

ppPropertySet [in]

  ppPropertySet is a parameter of type IPropertySet

Product Availability

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

Remarks

The variable to hold the data must be of IPropertySet data type.

The metadata property is frequently used to save, or update, changes to metadata documents that have taken place through methods available on the IPropertySet, IXmlPropertySet, and/or IXmlPropertySet2 interfaces.

See Also

IMetadata Interface

.NET Samples

TOCControl metadata viewer (Code Files: MetadataViewer)