ArcObjects Library Reference (GeoDatabase)  

IXmlPropertySet2.SimpleGetProperty Method

The values of the specified property.

[Visual Basic .NET]
Public Function SimpleGetProperty ( _
    ByVal Name As String _
) As String
[C#]
public string SimpleGetProperty (
    string Name
);
[C++]
HRESULT SimpleGetProperty(
  BSTR Name,
  BSTR* Value
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Value [out, retval]   Value 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::SimpleGetProperty description.

See Also

IXmlPropertySet2 Interface