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


IIMSServiceDescription.IsPrivate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSServiceDescription Interface > IIMSServiceDescription.IsPrivate Property
ArcGIS Developer Help

IIMSServiceDescription.IsPrivate Property

Indicates if the service is private (requires password).

[Visual Basic .NET]
Public Property IsPrivate As Boolean
[C#]
public bool IsPrivate {get; set;}
[C++]
HRESULT get_IsPrivate(
  Boolean* IsPrivate
);
[C++]
HRESULT put_IsPrivate(
  VARIANT_BOOL IsPrivate
);
[C++]
Parameters
IsPrivate [out, retval]

IsPrivate is a parameter of type bool* IsPrivate [in]
IsPrivate is a parameter of type bool

Product Availability

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

See Also

IIMSServiceDescription Interface