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


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

IReplica2.ReplicaState Property

The replica state.

[Visual Basic .NET]
Public ReadOnly Property ReplicaState As esriReplicaState
[C#]
public esriReplicaState ReplicaState {get;}
[C++]
HRESULT get_ReplicaState(
  esriReplicaState* ReplicaState
);
[C++]
Parameters
ReplicaState [out, retval]

ReplicaState is a parameter of type esriReplicaState*

Product Availability

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

See Also

IReplica2 Interface