Enabled Property (MessagingServiceProvider)
In This Topic
Determines whether this provider is enabled
Syntax
'Declaration
Public Property Enabled As Boolean
public bool Enabled {get; set;}
public:
property bool Enabled {
bool get();
void set ( bool value);
}
See Also