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


IXmlPropertySetEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXmlPropertySetEdit Interface
ArcGIS Developer Help

IXmlPropertySetEdit Interface

Provides access to members that edit metadata.

Product Availability

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

Members

Name 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.

Classes that implement IXmlPropertySetEdit

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.