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


IArcGISPortal.IsMultiTenant Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* isMulti
);
[C++]

Parameters isMulti [out, retval] isMulti is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IArcGISPortal Interface