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


IGPReplica.Role 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.Role Property
ArcGIS Developer Help

IGPReplica.Role Property

The replica role.

[Visual Basic .NET]
Public Property Role As esriReplicaRole
[C#]
public esriReplicaRole Role {get; set;}
[C++]
HRESULT get_Role(
  esriReplicaRole ReplicaRole
);
[C++]
HRESULT put_Role(
  esriReplicaRole* ReplicaRole
);
[C++]
Parameters
ReplicaRole [in]

ReplicaRole is a parameter of type esriReplicaRole ReplicaRole [out, retval]
ReplicaRole is a parameter of type esriReplicaRole*

Product Availability

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

See Also

IGPReplica Interface