ArcObjects Library Reference  (System)    

IName.NameString Property

The name string of the object.

[Visual Basic 6.0]
Property NameString As String
[Visual Basic .NET]
Public Property NameString As String
[C#]
public string NameString {get; set;}
[Java]
public String getNameString()
throws
    IOException,
    AutomationException
[Java]
public void setNameString(
String NameString
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_NameString(
  BSTR* NameString
);
[C++]
HRESULT put_NameString(
  BSTR NameString

);

[C++]

Parameters

NameString [out, retval]

  NameString is a parameter of type BSTR

NameString [in]

  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