|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > DataSourcesNetCDF > ESRI.ArcGIS.DataSourcesNetCDF > Interfaces > IM > IMDTableView Interface > IMDTableView.VariableList Property (ArcObjects .NET 10.4 SDK) | 
The list of variables used.
[Visual Basic .NET] Public Property VariableList As IStringArray
[C#] public IStringArray VariableList {get; set;}
[C++]
HRESULT get_VariableList(
  IStringArray** ppVars
);
[C++]
HRESULT put_VariableList(
  IStringArray* ppVars
);
[C++]
Parameters ppVars [out, retval]
ppVars is a parameter of type IStringArray ppVars [in]
ppVars is a parameter of type IStringArray