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.