 | RoutingRuleElementType Property |
The CLR Type
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic string Type { get; }Public ReadOnly Property Type As String
Get
Dim instance As RoutingRuleElement
Dim value As String
value = instance.Type
public:
property String^ Type {
String^ get ();
}Property Value
Type:
String
See Also