 | RoutingRuleCollectionIndexOf 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(
RoutingRuleElement element
)
Public Function IndexOf (
element As RoutingRuleElement
) As Integer
Dim instance As RoutingRuleCollection
Dim element As RoutingRuleElement
Dim returnValue As Integer
returnValue = instance.IndexOf(element)
public:
int IndexOf(
RoutingRuleElement^ element
)
Parameters
- element
- Type: SMTPRouter.Windows.ConfigurationRoutingRuleElement
The element
Return Value
Type:
Int32An intenger with the index of the given element
See Also