This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.ReplicaState Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
ReplicaState is a parameter of type esriReplicaState ReplicaState [in]
ReplicaState is a parameter of type esriReplicaState
Returns the replica state as a value of the esriReplicaState enumeration. See the esriReplicaState enumeration for more information.