This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > IName Interface > IName.NameString Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR NameString
);
[C++]
Parameters NameString [out, retval] NameString is a parameter of type BSTR NameString [in] NameString is a parameter of type BSTR
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.