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


IXMLDocumentVersion.NamespaceToExportTo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IX > IXMLDocumentVersion Interface > IXMLDocumentVersion.NamespaceToExportTo Property
ArcGIS Developer Help

IXMLDocumentVersion.NamespaceToExportTo Property

The namespace (version) to export to.

[Visual Basic .NET]
Public WriteOnly Property NamespaceToExportTo
[C#]
public void NamespaceToExportTo {set;}
[C++]
HRESULT put_NamespaceToExportTo(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

IXMLDocumentVersion Interface