ArcObjects Library Reference (GeoDatabase)  

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