This document is archived and information here might be outdated.  Recommended version.


IGPLayer.NameString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IGPLayer.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

IGPLayer Interface