ArcObjects Library Reference (GISClient)  

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(
  VARIANT_BOOL* IsPrivate
);
[C++]
HRESULT put_IsPrivate(
  VARIANT_BOOL IsPrivate
);
[C++]

Parameters

IsPrivate [out, retval]   IsPrivate is a parameter of type VARIANT_BOOL IsPrivate [in]   IsPrivate is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IIMSServiceDescription Interface