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(
  BSTR destClass
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPReplicaDataset Interface