 | ConfigFileParserQueuePath Property |
A string to store the queue path
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic string QueuePath { get; }Public ReadOnly Property QueuePath As String
Get
Dim instance As ConfigFileParser
Dim value As String
value = instance.QueuePath
public:
property String^ QueuePath {
String^ get ();
}Property Value
Type:
String
See Also