ArcObjects Library Reference (System)  

IExtensionConfig.ProductName Property

Name of the extension.

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

Parameters

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

Product Availability

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

Remarks

ProductName is the name that is displayed for this extension in the Extensions dialog.

See Also

IExtensionConfig Interface