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


IGPReplicaDataset.RelDestinationClass Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset.RelDestinationClass Property

The destination class for the relationship class.

[Visual Basic .NET]
Public Property RelDestinationClass As String
[C#]
public string RelDestinationClass {get; set;}
[C++]
HRESULT get_RelDestinationClass(
  BSTR destClass
);
[C++]
HRESULT put_RelDestinationClass(
  System.String* destClass
);
[C++]

Parameters destClass [in]
destClass is a parameter of type BSTR destClass [out, retval]
destClass is a parameter of type BSTR*

Product Availability

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

See Also

IGPReplicaDataset Interface