For internal use only.
[Visual Basic .NET] Public Sub Property ( _ ByVal Name As String, _ ByRef val As Object _ )
[C#] public void Property ( string Name, ref object val );
[C++]
HRESULT Property(
BSTR Name,
VARIANT* val
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR val [in] val is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.