ArcObjects Library Reference  (System)    

IMessage.NamespaceURI Property

Namespace of the message.

[Visual Basic 6.0]
Property NamespaceURI As String
[Visual Basic .NET]
Public Property NamespaceURI As String
[C#]
public string NamespaceURI {get; set;}
[Java]
public String getNamespaceURI()
throws
    IOException,
    AutomationException
[Java]
public void setNamespaceURI(
String NamespaceURI
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_NamespaceURI(
  BSTR* uri
);
[C++]
HRESULT put_NamespaceURI(
  BSTR uri

);

[C++]

Parameters

uri [out, retval]

  uri is a parameter of type BSTR

uri [in]

  uri is a parameter of type BSTR

Product Availability

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

See Also

IMessage Interface