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


IName.NameString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > IName Interface > IName.NameString Property
ArcGIS Developer Help

IName.NameString Property

The name string of the object.

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

NameString is a parameter of type BSTR NameString [out, retval]
NameString is a parameter of type BSTR*

Product Availability

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

Remarks

The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.

See Also

IName Interface