 | RouterIsInitialized Property |
Returns a flag to inform if the router is initialized
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool IsInitialized { get; }Public ReadOnly Property IsInitialized As Boolean
Get
Dim instance As Router
Dim value As Boolean
value = instance.IsInitialized
public:
property bool IsInitialized {
bool get ();
}Property Value
Type:
Boolean
See Also