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


IIMSServiceDescription.Security 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.Security Property
ArcGIS Developer Help

IIMSServiceDescription.Security Property

Type of security set on the service. Use a combination of acSecurityType constants.

[Visual Basic .NET]
Public Property Security As Integer
[C#]
public int Security {get; set;}
[C++]
HRESULT get_Security(
  System.Int32* Security
);
[C++]
HRESULT put_Security(
  long Security
);
[C++]
Parameters
Security [out, retval]

Security is a parameter of type long* Security [in]
Security is a parameter of type long

Product Availability

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

See Also

IIMSServiceDescription Interface