LumiSoft Mail Server User API
Item Property (securityEntryID)
Namespaces > LumiSoft.MailServer.API.UserAPI > IPSecurityCollection > Item(String)
Gets a IPSecurity object in the collection by filter ID.
Syntax
C#Visual BasicManaged C++
public IPSecurity Item [
	string securityEntryID
] { get; }
Public ReadOnly Property Item ( _
	securityEntryID As String _
) As IPSecurity
public:
IPSecurity^ Item {
	IPSecurity^ get (String^ securityEntryID);
}
Parameters
securityEntryID (String)
A String value that specifies the IP security entry ID of the IPSecurity object in the IPSecurityCollection collection.
Return Value
A IPSecurity object value that represents the filter in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)