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


IReplica.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.Description Property
ArcGIS Developer Help

IReplica.Description Property

The ReplicaDescription associated with the replica.

[Visual Basic .NET]
Public ReadOnly Property Description As IReplicaDescription
[C#]
public IReplicaDescription Description {get;}
[C++]
HRESULT get_Description(
  IReplicaDescription** ReplicaDescription
);
[C++]
Parameters
ReplicaDescription [out, retval]

ReplicaDescription is a parameter of type IReplicaDescription**

Product Availability

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

Remarks

For check-out replicas this property is only set in the master geodatabase. Nothing is returned for a check-out in a check-out geodatabase.

This property is set on both the parent and child replica geodatabases for two way and one way replicas.

See Also

IReplica Interface