 | SmtpConfigurationKey Property |
A unique name to identify the SMTP Configuration
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic string Key { get; set; }Public Property Key As String
Get
Set
Dim instance As SmtpConfiguration
Dim value As String
value = instance.Key
instance.Key = value
public:
property String^ Key {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also