This document is archived and information here might be outdated. Recommended version. |
The name object of the destination class of the memory relationship.
[Visual Basic .NET] Public Property DestinationName As IName
[C#] public IName DestinationName {get; set;}
[C++]
HRESULT get_DestinationName(
IName** DestinationName
);
[C++]
HRESULT putref_DestinationName(
IName* DestinationName
);
[C++] Parameters DestinationName [out, retval]
DestinationName is a parameter of type IName** DestinationName [in]
DestinationName is a parameter of type IName*