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

.NET Samples

Find near features SOAP SOE (Code Files: FindNearFeaturesSoapSOE_VBNet) | Simple SOAP SOE (Code Files: SimpleSoapSOE_VBNet) |

.NET Related Topics

SOAP Web services |