This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.RelDestinationClass Property (ArcObjects .NET 10.4 SDK) |
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