This document is archived and information here might be outdated.  Recommended version.


IShortcutName.TargetName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IShortcutName.TargetName Property

The value of the TargetName property.

[Visual Basic .NET]
Public Property TargetName As IName
[C#]
public IName TargetName {get; set;}
[C++]
HRESULT get_TargetName(
  IName** ppTargetName
);
[C++]
HRESULT putref_TargetName(
  IName* ppTargetName
);
[C++]

Parameters ppTargetName [out, retval]
ppTargetName is a parameter of type IName ppTargetName [in]
ppTargetName is a parameter of type IName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IShortcutName Interface