 | SmtpConnectionCollectionItem Property |
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic SmtpConnectionElement this[
int idx
] { get; set; }Public Default Property Item (
idx As Integer
) As SmtpConnectionElement
Get
Set
Dim instance As SmtpConnectionCollection
Dim idx As Integer
Dim value As SmtpConnectionElement
value = instance(idx)
instance(idx) = value
public:
property SmtpConnectionElement^ default[int idx] {
SmtpConnectionElement^ get (int idx);
void set (int idx, SmtpConnectionElement^ value);
}Parameters
- idx
- Type: SystemInt32
The index to search for
Return Value
Type:
SmtpConnectionElementThe
SmtpConnectionElement found according to the
idx
See Also