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


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

IGPReplica.ReplicaState Property

The replica state.

[Visual Basic .NET]
Public Property ReplicaState As esriReplicaState
[C#]
public esriReplicaState ReplicaState {get; set;}
[C++]
HRESULT get_ReplicaState(
  esriReplicaState ReplicaState
);
[C++]
HRESULT put_ReplicaState(
  esriReplicaState* ReplicaState
);
[C++]
Parameters
ReplicaState [in]

ReplicaState is a parameter of type esriReplicaState ReplicaState [out, retval]
ReplicaState is a parameter of type esriReplicaState*

Product Availability

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

Remarks

Returns the replica state as a value of the esriReplicaState enumeration.  See the esriReplicaState enumeration for more information.

See Also

IGPReplica Interface