ArcObjects Library Reference (Geoprocessing)  

IGPTableView.NameString Property

The name string.

[Visual Basic .NET]
Public Property NameString As String
[C#]
public string NameString {get; set;}
[C++]
HRESULT get_NameString(
  BSTR* pNamestring
);
[C++]
HRESULT put_NameString(
  BSTR pNamestring
);
[C++]

Parameters

pNamestring [out, retval]   pNamestring is a parameter of type BSTR pNamestring [in]   pNamestring is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPTableView Interface