 | ServerQueueName Property |
The name of the queue
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string QueueName { get; set; }Public Property QueueName As String
Get
Set
Dim instance As Server
Dim value As String
value = instance.QueueName
instance.QueueName = value
public:
property String^ QueueName {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also