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


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

IArcGISPortal.IsMultiTenant Property

method Name.

[Visual Basic .NET]
Public ReadOnly Property IsMultiTenant As Boolean
[C#]
public bool IsMultiTenant {get;}
[C++]
HRESULT get_IsMultiTenant(
  Boolean* isMulti
);
[C++]
Parameters
isMulti [out, retval]

isMulti is a parameter of type bool*

Product Availability

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

See Also

IArcGISPortal Interface