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