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


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

IReplicaEdit2.AccessType Property

Replica access type.

[Visual Basic .NET]
Public WriteOnly Property AccessType
[C#]
public void AccessType {set;}
[C++]
HRESULT put_AccessType(
  esriReplicaAccessType 
);
[C++]
Parameters
 [in]

is a parameter of type esriReplicaAccessType

Product Availability

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

See Also

IReplicaEdit2 Interface