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


IXMLReplicaDescription.OutputXMLFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLReplicaDescription Interface > IXMLReplicaDescription.OutputXMLFile Property
ArcGIS Developer Help

IXMLReplicaDescription.OutputXMLFile Property

The name of the output XML file.

[Visual Basic .NET]
Public ReadOnly Property OutputXMLFile As String
[C#]
public string OutputXMLFile {get;}
[C++]
HRESULT get_OutputXMLFile(
  System.String* OutputXMLFile
);
[C++]
Parameters
OutputXMLFile [out, retval]

OutputXMLFile is a parameter of type BSTR*

Product Availability

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

See Also

IXMLReplicaDescription Interface