 | SmtpConnectionElementKey Property |
A unique name to identify the SMTP Configuration
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic string Key { get; }Public ReadOnly Property Key As String
Get
Dim instance As SmtpConnectionElement
Dim value As String
value = instance.Key
public:
property String^ Key {
String^ get ();
}Property Value
Type:
String
See Also