ArcObjects Library Reference (Geoprocessing)  

IGPToolbox2.DisplayName Property

The display name of the toolbox.

[Visual Basic .NET]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}
[C++]
HRESULT get_DisplayName(
  BSTR* DisplayName
);
[C++]

Parameters

DisplayName [out, retval]   DisplayName is a parameter of type BSTR

Product Availability

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

See Also

IGPToolbox2 Interface