 | SmtpConnectionCollectionIndexOf Method |
Retrieves the Index of an element in the collection
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic int IndexOf(
SmtpConnectionElement element
)
Public Function IndexOf (
element As SmtpConnectionElement
) As Integer
Dim instance As SmtpConnectionCollection
Dim element As SmtpConnectionElement
Dim returnValue As Integer
returnValue = instance.IndexOf(element)
public:
int IndexOf(
SmtpConnectionElement^ element
)
Parameters
- element
- Type: SMTPRouter.Windows.ConfigurationSmtpConnectionElement
The element
Return Value
Type:
Int32An intenger with the index of the given element
See Also