 | ListenerServerName Property |
Name of the Server where the services will run
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string ServerName { get; set; }Public Property ServerName As String
Get
Set
Dim instance As Listener
Dim value As String
value = instance.ServerName
instance.ServerName = value
public:
property String^ ServerName {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also