This document is archived and information here might be outdated. Recommended version. |
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*