The variable used.
[Visual Basic .NET] Public Property Variable As String
[C#] public string Variable {get; set;}
[C++]
HRESULT get_Variable(
BSTR* pVar
);
[C++]
HRESULT put_Variable(
BSTR pVar
);
[C++]Parameters
pVar [out, retval] pVar is a parameter of type BSTR pVar [in] pVar is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.