Returns the requested key property by name.
[Visual Basic .NET] Public Function GetProperty ( _ ByVal sName As String _ ) As Object
[C#] public object GetProperty ( string sName );
[C++]
HRESULT GetProperty(
BSTR sName,
VARIANT* pvtValue
);
[C++]Parameters
sName [in] sName is a parameter of type BSTR pvtValue [out, retval] pvtValue is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.