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


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

IXmlPropertySet2.DeleteProperty Method

Deletes the specified elements.

[Visual Basic .NET]
Public Sub DeleteProperty ( _
    ByVal Name As String _
)
[C#]
public void DeleteProperty (
    string Name
);
[C++]
HRESULT DeleteProperty(
  BSTR Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

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

Remarks

Documentation for this property can be found at the IXmlPropertySet::DeleteProperty description.

See Also

IXmlPropertySet2 Interface