ArcObjects Library Reference (System)  

IMessage.NamespaceURI Property

Namespace of the message.

[Visual Basic .NET]
Public Property NamespaceURI As String
[C#]
public string NamespaceURI {get; set;}
[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