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


IGPReplica.ReplicaDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplica.ReplicaDescription Property

The replica description for the replica.

[Visual Basic .NET]
Public Property ReplicaDescription As IGPReplicaDescription
[C#]
public IGPReplicaDescription ReplicaDescription {get; set;}
[C++]
HRESULT get_ReplicaDescription(
  IGPReplicaDescription** ReplicaDescription
);
[C++]
HRESULT putref_ReplicaDescription(
  IGPReplicaDescription* ReplicaDescription
);
[C++]

Parameters ReplicaDescription [out, retval]
ReplicaDescription is a parameter of type IGPReplicaDescription ReplicaDescription [in]
ReplicaDescription is a parameter of type IGPReplicaDescription

Product Availability

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

Remarks

Returns the replica description.  See the GPReplicaDescription coclass for more information.

See Also

IGPReplica Interface