This document is archived and information here might be outdated. Recommended version. |
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(
System.String* OriginClass
);
[C++]
Parameters OriginClass [in]
OriginClass is a parameter of type BSTR OriginClass [out, retval]
OriginClass is a parameter of type BSTR*