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


IReplicaDatasetEdit.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDatasetEdit Interface > IReplicaDatasetEdit.Type Property
ArcGIS Developer Help

IReplicaDatasetEdit.Type Property

The type of the dataset.

[Visual Basic .NET]
Public WriteOnly Property Type
[C#]
public void Type {set;}
[C++]
HRESULT put_Type(
  esriDatasetType 
);
[C++]
Parameters
 [in]

is a parameter of type esriDatasetType

Product Availability

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

See Also

IReplicaDatasetEdit Interface