ArcObjects Library Reference (DataSourcesFile)  

IGPArcInfoItem.AlternateName Property

The alternate name of the info item.

[Visual Basic .NET]
Public Property AlternateName As String
[C#]
public string AlternateName {get; set;}
[C++]
HRESULT get_AlternateName(
  BSTR* AlternateName
);
[C++]
HRESULT put_AlternateName(
  BSTR AlternateName
);
[C++]

Parameters

AlternateName [out, retval]   AlternateName is a parameter of type BSTR AlternateName [in]   AlternateName is a parameter of type BSTR

Product Availability

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

See Also

IGPArcInfoItem Interface