This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.RelOriginClass Property (ArcObjects .NET 10.5 SDK) |
The origin class for the relationship class.
[Visual Basic .NET] Public Property RelOriginClass As String
[C#] public string RelOriginClass {get; set;}
[C++]
HRESULT get_RelOriginClass(
BSTR* OriginClass
);
[C++]
HRESULT put_RelOriginClass(
BSTR OriginClass
);
[C++]
Parameters OriginClass [out, retval] OriginClass is a parameter of type BSTR OriginClass [in] OriginClass is a parameter of type BSTR