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


IArcGISPortal.BannerImageUrl Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IA > IArcGISPortal Interface > IArcGISPortal.BannerImageUrl Property
ArcGIS Developer Help

IArcGISPortal.BannerImageUrl Property

method BannerImageUrl.

[Visual Basic .NET]
Public ReadOnly Property BannerImageUrl As String
[C#]
public string BannerImageUrl {get;}
[C++]
HRESULT get_BannerImageUrl(
  System.String* bsUrl
);
[C++]
Parameters
bsUrl [out, retval]

bsUrl is a parameter of type BSTR*

Product Availability

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

See Also

IArcGISPortal Interface