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);
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.