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