ArcObjects Library Reference (GeoDatabase)  

IXmlPropertySetEdit Interface

Provides access to members that edit metadata.

Product Availability

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

Members

Description
Write-only property Dataset Dataset whose metadata will be edited.
Method GetProperty Returns the set of values for the specified element.
Method SetProperty Sets the value of the specified element.

CoClasses that implement IXmlPropertySetEdit

CoClasses and Classes Description
XmlPropertySetEdit Esri XML PropertySet Edit object.

Remarks

This interface should not be used. Instead the methods available on the IXmlPropertySet and/or IXmlPropertySet2 should be used to set and get XML Elements.  The different methods on the IXmlPropertySet and IXmlPropertySet2 honor the "Sync" attributes where the IXmlPropertySet.Get and IXmlPropertySet.Get do not.