This document is archived and information here might be outdated.  Recommended version.


IMessage.NamespaceURI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMessage Interface > IMessage.NamespaceURI Property
ArcGIS Developer Help

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(
  System.String* 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