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


IXMLVersionSupport.MinNamespaceSupported Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLVersionSupport Interface > IXMLVersionSupport.MinNamespaceSupported Property
ArcGIS Developer Help

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