This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLSerializeData Interface > IXMLSerializeData.TypeNamespaceURI Property (ArcObjects .NET 10.5 SDK) |
XML type namespace of the object.
[Visual Basic .NET] Public Property TypeNamespaceURI As String
[C#] public string TypeNamespaceURI {get; set;}
[C++]
HRESULT get_TypeNamespaceURI(
BSTR* ns
);
[C++]
HRESULT put_TypeNamespaceURI(
BSTR ns
);
[C++]
Parameters ns [out, retval] ns is a parameter of type BSTR ns [in] ns is a parameter of type BSTR