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


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

IReplicaEdit.ReplicaRole Property

Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.

[Visual Basic .NET]
Public WriteOnly Property ReplicaRole
[C#]
public void ReplicaRole {set;}
[C++]
HRESULT put_ReplicaRole(
  esriReplicaType 
);
[C++]
Parameters
 [in]

is a parameter of type esriReplicaType

Product Availability

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

See Also

IReplicaEdit Interface