ArcObjects Library Reference (System)  

IXMLSerializeData.TypeNamespaceURI Property

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

Product Availability

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

See Also

IXMLSerializeData Interface