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


IArcGISPortal.Portal 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.Portal Property
ArcGIS Developer Help

IArcGISPortal.Portal Property

method Portal.

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

bsPortal is a parameter of type BSTR*

Product Availability

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

See Also

IArcGISPortal Interface