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


IArcGISPortal.IsMultiTenant Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SystemUI)  

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