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


IIMSServiceDescription.Security Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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(
  long* 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