ArcObjects Library Reference (GeoDatabase)  

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