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


IXmlPropertySet2.SetPropertyX Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXmlPropertySet2.SetPropertyX Method

Sets the value of the specified element.

[Visual Basic .NET]
Public Sub SetPropertyX ( _
    ByVal Name As String, _
    ByVal Value As Object, _
    ByVal propType As esriXmlPropertyType, _
    ByVal action As esriXmlSetPropertyAction, _
    ByVal syncing As Boolean _
)
[C#]
public void SetPropertyX (
    string Name,
    object Value,
    esriXmlPropertyType propType,
    esriXmlSetPropertyAction action,
    bool syncing
);
[C++]
HRESULT SetPropertyX(
  BSTR Name,
  VARIANT Value,
  esriXmlPropertyType propType,
  esriXmlSetPropertyAction action,
  VARIANT_BOOL syncing
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR Value [in] Value is a parameter of type VARIANT propType [in]
propType is a parameter of type esriXmlPropertyType action [in]
action is a parameter of type esriXmlSetPropertyAction syncing syncing is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

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

See Also

IXmlPropertySet2 Interface