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


IXMLVersionSupport.MinNamespaceSupported Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLVersionSupport.MinNamespaceSupported Property

The minimum namespace the class can serialize to (eg the 90 namespace).

[Visual Basic .NET]
Public ReadOnly Property MinNamespaceSupported As String
[C#]
public string MinNamespaceSupported {get;}
[C++]
HRESULT get_MinNamespaceSupported(
  BSTR* NamespaceURI
);
[C++]

Parameters NamespaceURI [out, retval] NamespaceURI is a parameter of type BSTR

Product Availability

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

See Also

IXMLVersionSupport Interface