 | SmtpConfigurationPort Property |
The Port Number
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic int Port { get; set; }Public Property Port As Integer
Get
Set
Dim instance As SmtpConfiguration
Dim value As Integer
value = instance.Port
instance.Port = value
public:
property int Port {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also